forgo-state
Advanced tools
Comparing version 1.0.27 to 1.0.28
{ | ||
"name": "forgo-state", | ||
"version": "1.0.27", | ||
"version": "1.0.28", | ||
"type": "module", | ||
@@ -29,5 +29,5 @@ "main": "./dist/index.js", | ||
"build": "npm run clean && mkdir -p dist && npx tsc", | ||
"test": "node --experimental-specifier-resolution=node node_modules/mocha/lib/cli/cli.js dist/test/test.js" | ||
"test": "mocha dist/test/test.js" | ||
}, | ||
"license": "MIT" | ||
} |
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
21685