Skip to content

Commit

Permalink
Merge branch 'release/v0.9.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicOldSong committed Jun 13, 2019
2 parents fa05063 + b6e3ded commit a037d13
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 35 deletions.
45 changes: 14 additions & 31 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ef.js",
"version": "0.9.0",
"version": "0.9.1",
"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.1",
"rollup": "^1.15.3",
"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.1",
"rollup-plugin-node-resolve": "^5.0.2",
"rollup-plugin-progress": "^1.1.1",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-uglify": "^6.0.2"
},
"dependencies": {
"ef-core": "^0.9.0",
"ef-core": "^0.9.1",
"eft-parser": "^0.9.0"
}
}

0 comments on commit a037d13

Please sign in to comment.