@tsdotnet/exceptions
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "@tsdotnet/exceptions", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "", | ||
@@ -23,3 +23,3 @@ "author": "electricessence", | ||
"build": "npm prune && npm install && npm run clean && copyfiles -u 1 src/**/*.d.ts dist && tsc && tsc -p tsconfig.esm.json", | ||
"bump": "npm run precommit && npm version patch && npm run docs && git commit -m \"Updated docs.\" docs && git push", | ||
"bump": "npm run precommit && npm version patch", | ||
"docs": "rimraf docs/* && rimraf docs/.nojekyll && typedoc --options typedoc.json --readme none --theme minimal && node ./.build/create-nojekyll.js", | ||
@@ -30,3 +30,3 @@ "lint": "eslint src/**/*.ts", | ||
"preversion": "npm run lint", | ||
"postversion": "git push && git push --tags", | ||
"postversion": "npm run docs && git commit -m \"Updated docs.\" docs && git push && git push --tags", | ||
"test": "ts-node -P ./tsconfig.json ./node_modules/jasmine/bin/jasmine --config=spec/jasmine.json", | ||
@@ -33,0 +33,0 @@ "validate": "node ./.build/validate-package.js" |
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
30817