@ons/design-system 44.1.2 → 45.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ons/design-system",
3
3
  "description": "ONS Design System built CSS, JS, and Nunjucks templates",
4
- "version": "44.1.2",
4
+ "version": "45.0.0",
5
5
  "main": "index.js",
6
6
  "license": "MIT",
7
7
  "author": {
@@ -19,7 +19,7 @@
19
19
  "test": "STYLES=main gulp build-styles && TEST_MODE=nomodule karma start ./karma.conf.babel-register.js && TEST_MODE=esm karma start ./karma.conf.babel-register.js && codecov",
20
20
  "test:browserstack": "STYLES=main gulp build-styles && TEST_MODE=nomodule TEST_ON_BROWSERSTACK=true karma start ./karma.conf.babel-register.js && TEST_MODE=esm TEST_ON_BROWSERSTACK=true karma start ./karma.conf.babel-register.js",
21
21
  "test-visual": "yarn build && npx percy exec -- babel-node src/tests/visual/percy.snapshots.js",
22
- "tidy-clean": "rm -rf build css favicons fonts img components page-templates templates scripts coverage scss",
22
+ "tidy-clean": "rm -rf build css favicons fonts img components page-templates templates scripts coverage scss js",
23
23
  "check-unused": "npx npm-check-unused",
24
24
  "dedupe-deps": "npx yarn-deduplicate yarn.lock",
25
25
  "lint-staged": "lint-staged",