@zeanium/core
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@zeanium/core", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Javascript OOP framework for Node.js and Browser, React Native.", | ||
@@ -10,3 +10,5 @@ "main": "dist/zn.minx.js", | ||
"scripts": { | ||
"build": "gulp" | ||
"build": "gulp", | ||
"publish": "npm publish --access public", | ||
"unpublish": "npm unpublish --access public --force" | ||
}, | ||
@@ -13,0 +15,0 @@ "author": "yangyxu", |
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
161745