@imtbl/design-system
Advanced tools
Comparing version 0.0.16 to 0.0.17
{ | ||
"name": "@imtbl/design-system", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "A repository to house all design system components utilised inside of IMX GUI", | ||
@@ -31,6 +31,10 @@ "main": "dist/index.js", | ||
"pretest": "npm run test:clean && npm run lint", | ||
"pretest:ci": "npm run test:clean && npm run lint", | ||
"test": "npm run test:run", | ||
"test:ci": "npm run test:run:ci", | ||
"test:watch": "cypress open", | ||
"test:run": "cypress run", | ||
"posttest:run": "nyc report --check-coverage --lines 90" | ||
"test:run:ci": "cypress run --record", | ||
"posttest:run": "nyc report --check-coverage --lines 90", | ||
"posttest:run:ci": "nyc report --check-coverage --lines 90" | ||
}, | ||
@@ -37,0 +41,0 @@ "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
378892