Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.9.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicOldSong committed Jun 18, 2019
2 parents 27ab0fb + 4ae486b commit 9ed23f7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ef.js",
"version": "0.9.5",
"version": "0.9.6",
"description": "(maybe) An elegant HTML template engine & basic framework",
"main": "dist/ef.min.js",
"module": "src/ef.js",
Expand Down Expand Up @@ -31,19 +31,19 @@
"chokidar": "^3.0.1",
"cross-env": "^5.2.0",
"eslint": "^5.16.0",
"rollup": "^1.15.5",
"rollup": "^1.15.6",
"rollup-plugin-browsersync": "^1.0.0",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-eslint": "^6.0.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.0.2",
"rollup-plugin-node-resolve": "^5.0.3",
"rollup-plugin-progress": "^1.1.1",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-uglify": "^6.0.2"
},
"dependencies": {
"ef-core": "^0.9.5",
"eft-parser": "^0.9.0"
"ef-core": "^0.9.6",
"eft-parser": "^0.9.6"
}
}

0 comments on commit 9ed23f7

Please sign in to comment.