Skip to content

Commit

Permalink
package.json - add engines section
Browse files Browse the repository at this point in the history
We should start depending on specific node & npm versions (or at least minimal), since we're going to start using npm more.

This adds version constraints identical to SUI (& api-mocks) - which are available in current builds.
  • Loading branch information
himdel committed Apr 5, 2017
1 parent 97a81e1 commit c3271f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-react": "^5.1.1",
"eslint-plugin-standard": "^2.0.1"
},
"engines": {
"node": ">= 6.9.1",
"npm": ">= 3.10.3"
}
}

0 comments on commit c3271f7

Please sign in to comment.