@jbmikk-proto/common
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@jbmikk-proto/common", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
"main": "index.js", | ||
"main": "./build/index.js", | ||
"types": "./build/index.d.ts", | ||
"files": [ | ||
"./build/**/*" | ||
], | ||
"scripts": { | ||
"clean": "del ./build/*", | ||
"build": "npm run clean && tsc", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -11,3 +17,7 @@ }, | ||
"author": "", | ||
"license": "ISC" | ||
"license": "ISC", | ||
"devDependencies": { | ||
"del-cli": "^3.0.1", | ||
"typescript": "^3.9.5" | ||
} | ||
} |
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
459
2