Skip to content

Commit

Permalink
Fixed a problem with devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jgkim committed Nov 27, 2015
1 parent 672d0f8 commit 8b53980
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mocha-gherkin",
"version": "0.1.3",
"version": "0.1.4",
"description": "mocha-gherkin is a Gherkin-style interface and reporter add-on for mocha.",
"keywords": [
"mocha",
Expand Down Expand Up @@ -32,6 +32,7 @@
},
"devDependencies": {
"babel-cli": "^6.2.0",
"babel-core": "^6.2.1",
"babel-preset-es2015": "^6.1.18",
"chai": "latest",
"coveralls": "^2.11.4",
Expand Down

0 comments on commit 8b53980

Please sign in to comment.