@jscad/amf-serializer
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@jscad/amf-serializer", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Amf serializer for jscad project", | ||
@@ -8,3 +8,3 @@ "repository": "https://github.com/jscad/io", | ||
"scripts": { | ||
"test": "ava './**/*.test.js' --verbose --timeout 10000", | ||
"test": "ava './test.js' --verbose --timeout 10000", | ||
"release-patch": "git checkout master && npm version patch && git commit -a -m 'chore(dist): built dist/'; git push origin master --tags ", | ||
@@ -39,5 +39,3 @@ "release-minor": "git checkout master && npm version minor && git commit -a -m 'chore(dist): built dist/'; git push origin master --tags ", | ||
"xmldom": "^0.1.27" | ||
}, | ||
"devDependencies": { | ||
} | ||
} |
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
4860
5
63