@tsdotnet/exceptions
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@tsdotnet/exceptions", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "", | ||
@@ -25,7 +25,7 @@ "author": "electricessence", | ||
"lint": "eslint src/**/*.ts", | ||
"precommit": "npm run lint && npm run test && npm run build", | ||
"prepublishOnly": "npm run build && npm run test", | ||
"precommit": "npm run lint && npm run test && npm run build && node validate-package.js", | ||
"prepublishOnly": "npm run build && node validate-package.js && npm run test", | ||
"preversion": "npm run lint", | ||
"postversion": "git push && git push --tags", | ||
"test": "ts-node -P ./spec/tsconfig.json ./node_modules/jasmine/bin/jasmine --config=spec/jasmine.json" | ||
"test": "ts-node -P ./tsconfig.json ./node_modules/jasmine/bin/jasmine --config=spec/jasmine.json" | ||
}, | ||
@@ -32,0 +32,0 @@ "repository": { |
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
33472
54
579