basic-loading
Advanced tools
Comparing version 1.0.9 to 1.0.11
{ | ||
"name": "basic-loading", | ||
"version": "1.0.9", | ||
"version": "1.0.11", | ||
"main": "dist/cjs/index.js", | ||
@@ -34,5 +34,4 @@ "module": "dist/esm/index.js", | ||
"start": "react-scripts start", | ||
"release": "yarn add react-scripts jest @types/jest @babel/core @babel/preset-env --dev", | ||
"release": "npm install react-scripts jest @types/jest @babel/core @babel/preset-env --dev", | ||
"test": "jest", | ||
"publish": "npm publish", | ||
"build": "mkdir dist && npm run build:cjs & npm run build:esm", | ||
@@ -39,0 +38,0 @@ "build:cjs": "tsc --p ./cjs/tsconfig.json --outDir ./dist/cjs", |
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
41661