flycomponents
Advanced tools
Comparing version 5.4.3-0 to 5.4.3-4
{ | ||
"name": "flycomponents", | ||
"version": "5.4.3-0", | ||
"version": "5.4.3-4", | ||
"description": "Flywire React components", | ||
@@ -13,9 +13,6 @@ "main": "./dist/flycomponents.js", | ||
"build:clean": "npm run clean && cross-env NODE_ENV=production webpack", | ||
"docs:push": "git add -A docs/dist && git commit -m 'Update docs' && git push", | ||
"test": "NODE_ENV=test jest", | ||
"test:watch": "NODE_ENV=test jest --watch", | ||
"test:update": "NODE_ENV=test npm run test -- -u", | ||
"lint": "eslint --fix src docs/src", | ||
"version": "npm run build && git add -A dist && git push && git push --tags", | ||
"postversion": "npm run build:docs && npm run docs:push" | ||
"lint": "eslint --fix src docs/src" | ||
}, | ||
@@ -22,0 +19,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
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
176793
15