Skip to content

Commit

Permalink
fixed dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Camel Aissani committed Dec 15, 2017
1 parent 81f3440 commit b885d5a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"url": "https://nuageprive.fr/"
},
"devDependencies": {
"browserify": "*",
"chai": "*",
"browserify": "^14.5.0",
"chai": "^4.1.2",
"coveralls": "^2.11.2",
"eslint": "0.10.2",
"eslint-plugin-nodeca": "^1.0.0",
"istanbul": "*",
"markdown-it": "github:markdown-it/markdown-it",
"markdown-it-testgen": "~0.1.0",
"mocha": "*",
"uglify-js": "*"
"eslint": "^0.10.2",
"eslint-plugin-nodeca": "^1.0.3",
"istanbul": "^0.4.5",
"markdown-it": "^8.4.0",
"markdown-it-testgen": "^0.1.4",
"mocha": "^4.0.1",
"uglify-js": "^3.2.2"
}
}

0 comments on commit b885d5a

Please sign in to comment.