@tsdotnet/array-init
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@tsdotnet/array-init", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Commonly used array initializer that optimizes for length.", | ||
@@ -18,11 +18,12 @@ "author": "electricessence", | ||
"scripts": { | ||
"clean": "rimraf dist/* && rimraf dist-esm/*", | ||
"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", | ||
"build:dist": "rimraf dist/* && copyfiles -u 1 src/**/*.d.ts dist && tsc", | ||
"build:dist-esm": "rimraf dist-esm/* && tsc -p tsconfig.esm.json", | ||
"build": "npm install && run-p build:*", | ||
"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", | ||
"lint": "eslint src/**/*.ts", | ||
"precommit": "npm run lint && npm run test && npm run build && npm run validate", | ||
"prepublishOnly": "npm run build && npm run validate && npm run test", | ||
"preversion": "npm run lint", | ||
"postversion": "git push && git push --tags", | ||
"precommit": "npm prune && npm install && run-p lint test && run-p build:* && npm run validate", | ||
"prepublishOnly": "npm run build && run-p validate test", | ||
"preversion": "run-p lint test", | ||
"postversion": "git push && git push --tags && npm run docs && git commit -m \"Updated docs.\" docs && git push", | ||
"test": "ts-node -P ./tsconfig.json ./node_modules/jasmine/bin/jasmine --config=spec/jasmine.json", | ||
@@ -50,2 +51,3 @@ "validate": "node ./.build/validate-package.js" | ||
"jasmine": "^3.5.0", | ||
"npm-run-all": "^4.1.5", | ||
"rimraf": "^3.0.2", | ||
@@ -52,0 +54,0 @@ "ts-node": "^8.10.1", |
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
6230
15