Merge pull request #1 from apigee-127/npm-scripts-nitpick

Don't use Unix paths in npm scripts
This commit is contained in:
Jeremy Whitlock 2015-04-30 10:08:49 -07:00
Родитель 3ec9119d93 3293302973
Коммит 06400c1aaf
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -4,7 +4,7 @@
"description": "An API for interacting with Swagger documents.",
"main": "index.js",
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js"
"test": "gulp"
},
"keywords": [
"swagger"