Skip to content

Commit

Permalink
Merge branch 'release/v0.6.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicOldSong committed Jan 3, 2018
2 parents c0ea7ec + ee36f46 commit e493047
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.6.1",
"version": "0.6.2",
"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": "^2.0.0",
"cross-env": "^5.1.3",
"eslint": "^4.14.0",
"rollup": "^0.53.2",
"rollup": "^0.53.3",
"rollup-plugin-browsersync": "^0.2.6",
"rollup-plugin-buble": "^0.18.0",
"rollup-plugin-commonjs": "^8.2.6",
Expand All @@ -43,7 +43,7 @@
"rollup-plugin-uglify": "^2.0.1"
},
"dependencies": {
"ef-core": "^0.6.1",
"ef-core": "^0.6.2",
"eft-parser": "^0.6.1"
}
}

0 comments on commit e493047

Please sign in to comment.