maths-package-mpx
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "maths-package-mpx", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
"main": "./lib/cjs/index.js", | ||
"module": "./lib/esm/index.js", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"files": [ | ||
"lib/" | ||
"dist/" | ||
], | ||
"scripts": { | ||
"tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json", | ||
"prepublishOnly": "npm run tsc" | ||
"build": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -14,0 +14,0 @@ "keywords": [], |
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
1839