Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
specify npm >= 1.5.0 as required as earlier versions cannot handle sc…
Browse files Browse the repository at this point in the history
…oped packages
  • Loading branch information
nebulon42 committed Jan 11, 2017
1 parent ebb05fc commit fc18caa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"man": "./man/carto.1",
"main": "./lib/carto/index",
"engines": {
"node": ">=0.5.x"
"node": ">=0.5.x",
"npm": ">=1.5.0"
},
"dependencies": {
"chroma-js": "~1.2.1",
Expand Down

0 comments on commit fc18caa

Please sign in to comment.