picosanity
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "picosanity", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Tiny Sanity client alternative should you only need to do queries", | ||
@@ -9,3 +9,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"clean": "rimraf lib/", | ||
"clean": "rimraf lib/ umd/", | ||
"build": "npm run clean && npm run compile && NODE_ENV=production webpack -p", | ||
@@ -12,0 +12,0 @@ "compile": "babel --copy-files -d lib/ src/", |
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
10661