Skip to content

Commit

Permalink
Merge branch 'release/v0.9.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicOldSong committed Jun 14, 2019
2 parents 53c4038 + 2c262d1 commit cd80850
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ef.js",
"version": "0.9.3",
"version": "0.9.4",
"description": "(maybe) An elegant HTML template engine & basic framework",
"main": "dist/ef.min.js",
"module": "src/ef.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"chokidar": "^3.0.1",
"cross-env": "^5.2.0",
"eslint": "^5.16.0",
"rollup": "^1.15.3",
"rollup": "^1.15.4",
"rollup-plugin-browsersync": "^1.0.0",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-commonjs": "^10.0.0",
Expand All @@ -43,7 +43,7 @@
"rollup-plugin-uglify": "^6.0.2"
},
"dependencies": {
"ef-core": "^0.9.3",
"ef-core": "^0.9.4",
"eft-parser": "^0.9.0"
}
}

0 comments on commit cd80850

Please sign in to comment.