Skip to content

Commit

Permalink
chore(npm): enforce npm 3 usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Benitte committed Apr 6, 2016
1 parent 8010a6b commit f64592a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ node_js:
- '0.12'
- '4'
- '5'
before_install:
- npm install -g npm
script:
- npm run eslint
- npm test
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"url": "https://github.com/plouc"
},
"engines": {
"node": "0.12.x"
"node": "0.12.x",
"npm": ">=3.0.0"
},
"licenses": [
{
Expand Down

0 comments on commit f64592a

Please sign in to comment.