gitlab-fetch
Advanced tools
Comparing version 0.4.0-dev.13610639 to 0.4.0-dev.13611378
{ | ||
"name": "gitlab-fetch", | ||
"version": "0.4.0-dev.13610639", | ||
"version": "0.4.0-dev.13611378", | ||
"author": "Jay Anslow <jay@anslow.me.uk>", | ||
@@ -23,7 +23,5 @@ "license": "MIT", | ||
"compile:ts": "tsc -p .", | ||
"test": "npm run test:tslint && npm run test:mocha", | ||
"test:mocha": "istanbul cover _mocha -- --compilers ts:ts-node/register --recursive src", | ||
"test": "npm run test:tslint", | ||
"test:tslint": "tslint --project tsconfig.json -c tslint.json", | ||
"dev:ts": "npm run compile:ts -- -w", | ||
"dev:mocha": "mowatch --compilers ts:ts-node/register --recursive -R min src" | ||
"dev:ts": "npm run compile:ts -- -w" | ||
}, | ||
@@ -34,14 +32,6 @@ "files": [ | ||
"devDependencies": { | ||
"@types/chai": "^3.4.34", | ||
"@types/debug": "0.0.29", | ||
"@types/mocha": "^2.2.32", | ||
"@types/node-fetch": "^1.6.7", | ||
"@types/query-string": "^3.0.31", | ||
"@types/rc": "0.0.1", | ||
"@types/sinon-chai": "^2.7.27", | ||
"chai": "^3.5.0", | ||
"istanbul": "^1.1.0-alpha.1", | ||
"mocha": "^3.1.2", | ||
"mowatch": "git+https://github.com/janslow/mowatch.git#feature/custom-extensions", | ||
"ts-node": "~1.2.3", | ||
"tslint": "^3.15.1", | ||
@@ -48,0 +38,0 @@ "typescript": "^2.0.6" |
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
6
85910