current-test
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "current-test", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -8,4 +8,5 @@ "scripts": { | ||
"fix:eslint": "foundry run eslint --fix --quiet src/**/**/*.js", | ||
"build": "node scripts/build.js && ./node_modules/.bin/babel src/components --out-dir icons", | ||
"build": "node scripts/build.js && ./node_modules/.bin/babel src/components --out-dir icons && node scripts/export.js", | ||
"build:babel": "./node_modules/.bin/babel src/components --out-dir icons", | ||
"build:export": "node scripts/export.js", | ||
"clear": "rm -rf src/ && rm -rf icons/", | ||
@@ -12,0 +13,0 @@ "precommit": "lint-staged" |
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
169701