2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00

Adding nodeunit

This commit is contained in:
Matt Zabriskie
2014-08-27 01:03:49 -06:00
parent 85e9330c8c
commit 0d0b837020
4 changed files with 11 additions and 5 deletions
+4 -2
View File
@@ -4,7 +4,8 @@
"description": "Lightweight Promise based XHR library",
"main": "index.js",
"scripts": {
"test": "grunt test"
"test": "grunt test",
"start": "node ./sandbox/index.js"
},
"repository": {
"type": "git",
@@ -38,6 +39,7 @@
"grunt-karma": "^0.8.3",
"karma-phantomjs-launcher": "^0.1.4",
"karma-jasmine-ajax": "^0.1.4",
"grunt-update-json": "^0.1.3"
"grunt-update-json": "^0.1.3",
"grunt-contrib-nodeunit": "^0.4.1"
}
}