Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Mar 12, 2018
1 parent 89b2985 commit 2057a23
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bfile",
"version": "0.0.1",
"version": "0.0.2",
"description": "Filesystem wrapper for node.js",
"keywords": [
"file",
Expand All @@ -24,14 +24,14 @@
"devDependencies": {
"babelify": "^8.0.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"browserify": "^14.5.0",
"eslint": "^4.14.0",
"mocha": "^4.0.1",
"uglifyjs-webpack-plugin": "^1.1.5",
"uglify-es": "^3.1.3",
"webpack": "^3.10.0"
"browserify": "^16.1.1",
"eslint": "^4.18.2",
"mocha": "^5.0.4",
"uglifyjs-webpack-plugin": "^1.2.3",
"uglify-es": "^3.3.9",
"webpack": "^4.1.1"
},
"engines": {
"node": ">=7.6.0"
Expand Down

0 comments on commit 2057a23

Please sign in to comment.