@sklechko/tslib
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@sklechko/tslib", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Test lib written in TypeScript", | ||
"main": "lib/index.js", | ||
"typings": "lib/index", | ||
"main": "./lib/index.js", | ||
"typings": "./lib/index.d.ts", | ||
"scripts": { | ||
"clean": "rm -rf lib", | ||
"build": "npm run clean && tsc", | ||
"_prepublish": "npm run build", | ||
"tsc": "./node_modules/typescript/bin/tsc" | ||
"_prepublish": "npm run build" | ||
}, | ||
@@ -13,0 +12,0 @@ "engines": { |
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
2281