Skip to content

Commit

Permalink
Merge branch 'release/v0.9.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicOldSong committed Jun 13, 2019
2 parents e2c6612 + 0efe2e2 commit 754cf5f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
script: npm run build && npm run prod
language: node_js
node_js:
- '9'
- '12'
env:
matrix:
- BUILD_ENV=CI
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ef.js",
"version": "0.9.1-hotfix.2",
"version": "0.9.2",
"description": "(maybe) An elegant HTML template engine & basic framework",
"main": "dist/ef.min.js",
"module": "src/ef.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"rollup-plugin-uglify": "^6.0.2"
},
"dependencies": {
"ef-core": "^0.9.1-hotfix.2",
"ef-core": "^0.9.2",
"eft-parser": "^0.9.0"
}
}

0 comments on commit 754cf5f

Please sign in to comment.