Skip to content

Commit

Permalink
Update deps and devDeps(refs #25,#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
59naga committed Feb 9, 2016
1 parent c7665bc commit 9e69707
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@
"lib"
],
"scripts": {
"start": "mocha --bail --watch --require intelli-espower-loader",
"start": "mocha --bail --watch --require intelli-espower-loader --timeout 30000",
"test": "istanbul cover _mocha --report text --report html --report lcov -- -R spec --timeout 30000",
"posttest": "npm run lint",
"lint": "eslint lib test"
},
"dependencies": {
"babel-template": "^6.0.16",
"lodash": "^3.10.1"
"babel-template": "^6.5.0",
"lodash": "^4.3.0"
},
"devDependencies": {
"babel-core": "^6.1.2",
"babel-plugin-transform-export-extensions": "^6.1.18",
"babel-preset-es2015": "^6.1.2",
"babel-core": "^6.5.1",
"babel-plugin-transform-export-extensions": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"eslint": "^1.9.0",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-mocha": "^1.1.0",
"eslint-plugin-standard": "^1.3.1",
"espower-loader": "^1.0.0",
"intelli-espower-loader": "^1.0.0",
"istanbul": "^0.4.0",
"mocha": "^2.3.3",
"power-assert": "^1.1.0"
"intelli-espower-loader": "^1.0.1",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"power-assert": "^1.2.0"
},
"keywords": [
"babel-plugin",
Expand Down

0 comments on commit 9e69707

Please sign in to comment.