[Pkg-javascript-commits] [node-mocks-http] 174/296: updated; removed lint script (now use 'gulp lint'), and updated test script (now 'gulp spec')
Thorsten Alteholz
alteholz at moszumanska.debian.org
Mon Feb 8 18:13:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
alteholz pushed a commit to branch master
in repository node-mocks-http.
commit bd8181869d7d9396cbf5430ab77691483c6ba527
Author: Johnny Estilles <johnny.estilles at agentia.asia>
Date: Wed Apr 8 08:57:35 2015 +0800
updated; removed lint script (now use 'gulp lint'), and updated test script (now 'gulp spec')
---
package.json | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/package.json b/package.json
index e50cc0e..68f3be2 100644
--- a/package.json
+++ b/package.json
@@ -58,7 +58,6 @@
"sinon-chai": "^2.7.0"
},
"scripts": {
- "lint": "DEBUG=eslint:cli-engine node_modules/eslint/bin/eslint.js ./lib ./examples ./test-legacy",
- "test": "npm run lint && ./run-tests"
+ "test": "gulp spec"
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-mocks-http.git
More information about the Pkg-javascript-commits
mailing list