@pooltogether/utilities
Advanced tools
Comparing version 0.0.43 to 0.1.0
{ | ||
"name": "@pooltogether/utilities", | ||
"version": "0.0.43", | ||
"version": "0.1.0", | ||
"description": "Shared utility functions across PoolTogether apps", | ||
@@ -17,3 +17,5 @@ "main": "dist/index.js", | ||
"reinstall": "rm -rf node_modules/ && rm -rf dist/ && yarn install", | ||
"prepublish": "yarn build", | ||
"prepublishOnly": "yarn build", | ||
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags && yarn gitwarn", | ||
"gitwarn": "echo '*******************' && echo 'Please push your changes to Git' && echo '*******************'", | ||
"test": "jest", | ||
@@ -20,0 +22,0 @@ "testcov": "jest --coverage --coverageDirectory=coverage && open ./coverage/index.html", |
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
203161