updated npm versions

This commit is contained in:
BrainDoctor 2017-07-25 00:00:02 +02:00
parent d560bfa094
commit 01628fbbd3
2 changed files with 11 additions and 11 deletions

View File

@ -8,14 +8,16 @@
"karma-coverage": "^1.1.1", "karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1", "karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0", "karma-jasmine": "^1.1.0",
"walkdir": "~0.0.7", "walkdir": "^0.0.11",
"underscore": "~1.6.0", "underscore": "^1.8.3",
"gaze": "~0.5.1", "gaze": "^1.1.2",
"mkdirp": "~0.3.5", "mkdirp": "^0.5.1",
"minimist": "~0.0.8", "minimist": "^1.2.0",
"jasmine-growl-reporter": "~0.2.0", "jasmine-growl-reporter": "^1.0.1",
"xml2js": "~0.4.1", "xml2js": "^0.4.17",
"grunt-exec": "~0.4.5", "grunt": "^1.0.1",
"jasmine-reporters": "~2.0.6" "grunt-exec": "^2.0.0",
"jasmine-reporters": "^2.2.1",
"jasmine-node": "BrainDoctor/jasmine-node"
} }
} }

View File

@ -13,8 +13,6 @@ sudo apt-get install nodejs npm chromium-browser
cd /path/to/your/netdata cd /path/to/your/netdata
npm install npm install
cd node_modules
git clone https://github.com/BrainDoctor/jasmine-node.git
``` ```
That should install the necessary node modules. That should install the necessary node modules.