ts-enum-util
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "ts-enum-util", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "TypeScript Enum Utilities", | ||
@@ -31,4 +31,4 @@ "repository": { | ||
"build:types": "tsc --project src/tsconfig.json --pretty --noErrorTruncation --emitDeclarationOnly true --outDir dist/types", | ||
"build:commonjs": "tsc --project src/tsconfig.json --pretty --noErrorTruncation --declaration false --sourceRoot ../src --outDir dist/commonjs", | ||
"build:es": "tsc --project src/tsconfig.json --pretty --noErrorTruncation --declaration false -m es6 --sourceRoot ../src --outDir dist/es", | ||
"build:commonjs": "tsc --project src/tsconfig.json --pretty --noErrorTruncation --declaration false --outDir dist/commonjs", | ||
"build:es": "tsc --project src/tsconfig.json --pretty --noErrorTruncation --declaration false -m es6 --outDir dist/es", | ||
"build": "npm run clean:dist && run-p build:types build:es build:commonjs", | ||
@@ -35,0 +35,0 @@ "pack": "run-p clean:pack build && npm pack", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
150911