snyk-go-plugin
Advanced tools
Comparing version 1.4.4 to 1.4.5
@@ -115,3 +115,3 @@ var fs = require('fs'); | ||
dep: 'dep ensure', | ||
govendor: 'govendor fetch +outside', | ||
govendor: 'govendor sync', | ||
} | ||
@@ -118,0 +118,0 @@ |
@@ -11,6 +11,8 @@ { | ||
"scripts": { | ||
"lint": "jscs `find ./lib -name '*.js'` -v && jscs `find ./test -name '*.js' | grep -v fixtures` -v", | ||
"test-functional": "tap `ls ./test/*.test.js`", | ||
"test-system": "tap --timeout=300 `ls ./test/system/*.test.js`", | ||
"lint": "jscs ./lib ./test/*.js ./test/system/*.js -v", | ||
"test-functional": "tap ./test/*.test.js", | ||
"test-system": "tap --timeout=300 ./test/system/*.test.js", | ||
"test": "npm run test-functional && npm run test-system", | ||
"test-system-windows": "tap --timeout=300 ./test/system/*.test.js -g \"^(?!.*prometheus)\"", | ||
"test-windows": "npm run test-functional && npm run test-system-windows", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post", | ||
@@ -31,3 +33,3 @@ "watch": "nodemon -e 'js go' -x 'npm run test-functional'" | ||
}, | ||
"version": "1.4.4" | ||
"version": "1.4.5" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27755
13