Update package.json to work with node v6.x
This commit is contained in:
parent
48553731ca
commit
34d850e5ae
@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
As easy as:
|
As easy as:
|
||||||
|
- ```npm install --global grunt-cli``` [Grunt installation](http://gruntjs.com/getting-started)
|
||||||
- ```npm install --global gulp-cli``` [Gulp installation](https://github.com/gulpjs/gulp)
|
- ```npm install --global gulp-cli``` [Gulp installation](https://github.com/gulpjs/gulp)
|
||||||
- ```npm install -g markdown-styleguide-generator``` [StyleGenerator installation](https://www.npmjs.com/package/markdown-styleguide-generator#install)
|
- ```npm install -g markdown-styleguide-generator``` [StyleGenerator installation](https://www.npmjs.com/package/markdown-styleguide-generator#install)
|
||||||
- ```npm install```
|
- ```npm install```
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
"node": ">= 0.8.0"
|
"node": ">= 0.8.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"grunt": "~0.4.5",
|
||||||
"jquery": "~2.2.0",
|
"jquery": "~2.2.0",
|
||||||
"highlight.js": "~9.1.0",
|
"highlight.js": "~9.1.0",
|
||||||
"markdown-styleguide-generator": "~2.0.4",
|
"markdown-styleguide-generator": "~2.0.4",
|
||||||
@ -48,9 +49,6 @@
|
|||||||
"grunt-shell": "1.1.2",
|
"grunt-shell": "1.1.2",
|
||||||
"load-grunt-tasks": "*"
|
"load-grunt-tasks": "*"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
|
||||||
"grunt": "~0.4.5"
|
|
||||||
},
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"library",
|
"library",
|
||||||
"CartoDB",
|
"CartoDB",
|
||||||
|
Loading…
Reference in New Issue
Block a user