@seagull/mode
Advanced tools
Comparing version 16.0.1 to 16.0.2
{ | ||
"name": "@seagull/mode", | ||
"version": "16.0.1", | ||
"version": "16.0.2", | ||
"description": "Definitions of different run modes for the Seagull Framework", | ||
@@ -9,3 +9,4 @@ "main": "dist/src/index.js", | ||
"build": "rm -rf dist && tsc", | ||
"test": "tslint --fix src/**/*.ts test/**/*.ts && nyc mocha --opts test/mocha.opts", | ||
"test": "tslint --fix src/**/*.ts test/**/*.ts && mocha --opts test/mocha.opts", | ||
"test:coverage": "tslint --fix src/**/*.ts test/**/*.ts && nyc mocha --opts test/mocha.opts", | ||
"test:watch": "npm run test -- --watch --reporter min", | ||
@@ -36,3 +37,3 @@ "docs": "rm -rf docs && typedoc --mode modules --ignoreCompilerErrors --excludeExternals --excludePrivate --excludeNotExported --out docs src" | ||
"devDependencies": { | ||
"@seagull/tslint": "^16.0.1" | ||
"@seagull/tslint": "^16.0.2" | ||
}, | ||
@@ -61,3 +62,3 @@ "nyc": { | ||
}, | ||
"gitHead": "7458290f20287948e2f4de8108e6ad0819b20095" | ||
"gitHead": "9b803ec0fec01608faadba967c9452e25c3049ac" | ||
} |
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
21114