sf-sketch-rpc
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "sf-sketch-rpc", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "RPC module based on `coscript` cli for running scripts in Sketch runtime on node.js platform", | ||
@@ -8,2 +8,5 @@ "main": "lib/index.js", | ||
"build": "babel src -d lib", | ||
"prep:major": "npm run build && npm version major", | ||
"prep:minor": "npm run build && npm version minor", | ||
"prep:patch": "npm run build && npm version patch", | ||
"prepublish": "npm run build" | ||
@@ -10,0 +13,0 @@ }, |
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
29015