Skip to content

Commit

Permalink
fix(package)
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Aug 23, 2016
1 parent a697afd commit af1a2b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"doc": "docs",
"test": "test"
},
"engines":{
"engines": {
"node": "6"
},
"scripts": {
Expand Down Expand Up @@ -52,12 +52,12 @@
"chai": "^3.5.0",
"check-build": "^2.8.2",
"coveralls": "^2.11.12",
"github-changes": "^1.0.2",
"github-changes": "^1.0.4",
"mocha": "^3.0.2",
"nyc": "^8.1.0"
"nyc": "^8.1.0",
"updtr": "^0.2.1"
},
"dependencies": {
"lodash": "^4.15.0",
"updtr": "^0.2.1"
"lodash": "^4.15.0"
}
}

0 comments on commit af1a2b4

Please sign in to comment.