Skip to content

Commit

Permalink
Merge branch 'release/v0.8.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
ClassicOldSong committed Mar 2, 2019
2 parents db07693 + 693b223 commit ab8786d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
34 changes: 17 additions & 17 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.8.3",
"version": "0.8.4",
"description": "(maybe) An elegant HTML template engine & basic framework",
"main": "dist/ef.min.js",
"module": "src/ef.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
"chalk": "^2.4.2",
"chokidar": "^2.1.2",
"cross-env": "^5.2.0",
"eslint": "^5.14.1",
"rollup": "^1.3.2",
"eslint": "^5.15.0",
"rollup": "^1.4.0",
"rollup-plugin-browsersync": "^1.0.0",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-commonjs": "^9.2.1",
Expand All @@ -43,7 +43,7 @@
"rollup-plugin-uglify": "^6.0.2"
},
"dependencies": {
"ef-core": "^0.8.3",
"ef-core": "^0.8.4",
"eft-parser": "^0.8.2"
}
}
2 changes: 1 addition & 1 deletion src/ef.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ export {
version
}

if (process.env.NODE_ENV !== 'production') console.info('[EF]', `ef.js v${version} initialized!`)
if (process.env.NODE_ENV !== 'production') console.info(`[EF] ef.js v${version} initialized!`)

0 comments on commit ab8786d

Please sign in to comment.