@flatten-js/core
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@flatten-js/core", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Javascript library for 2d geometry", | ||
@@ -14,4 +14,4 @@ "main": "packages/core/dist/main.cjs.js", | ||
"generate-docs": "jsdoc -c ./.jsdoc.json --verbose", | ||
"npm-publish": "npm version patch; git push && git push --tags; npm publish", | ||
"npm-publish-beta": "npm publish --tag beta --access public", | ||
"npm-publish-norun": "npm version patch; git push && git push --tags; npm publish", | ||
"npm-publish": "npm publish --access public", | ||
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha -- --require @babel/register -R spec test/*", | ||
@@ -18,0 +18,0 @@ "build": "rollup -c" |
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
586280