@wwtdev/bsds-css 3.0.2 → 3.0.4

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@wwtdev/bsds-css",
3
- "version": "3.0.2",
3
+ "version": "3.0.4",
4
4
  "description": "A new approach to creating a design system at WWT.",
5
5
  "main": "./dist",
6
6
  "files": [
@@ -16,7 +16,7 @@
16
16
  }
17
17
  },
18
18
  "scripts": {
19
- "build": "npm run clean && node .build/cssPropsGenerator.js && npm run build:css && npm run build:components && npm run build:preset && npm run build:tokens && npm run build:utilities",
19
+ "build": "node .build/cssPropsGenerator.js && npm run build:css && npm run build:components && npm run build:preset && npm run build:tokens && npm run build:utilities",
20
20
  "build:components": "postcss src/styles/wwt-bsds-components.css -o dist/wwt-bsds-components.css && uglifycss dist/wwt-bsds-components.css > dist/wwt-bsds-components.min.css",
21
21
  "build:css": "postcss src/styles/wwt-bsds.css -o dist/wwt-bsds.css && uglifycss dist/wwt-bsds.css > dist/wwt-bsds.min.css",
22
22
  "build:preset": "node .build/copyFiles src/wwt-bsds-preset.js dist/wwt-bsds-preset.js",
@@ -26,13 +26,12 @@
26
26
  "ci:bump:rc": "npm run ci:check bump:rc css-framework",
27
27
  "ci:check": "node ../../.build/check-run.js",
28
28
  "ci:publish-npm": "npm run ci:check publish-npm css-framework",
29
- "ci:publish-wwt:next-rc": "npm run ci:check publish-wwt:next-rc css-framework",
30
29
  "ci:publish-wwt:rc": "npm run ci:check publish-wwt:rc css-framework",
30
+ "ci:publish-wwt:next-rc": "npm run ci:check publish-wwt:next-rc css-framework",
31
31
  "ci:publish-wwt": "npm run ci:check publish-wwt css-framework",
32
- "ci:tag:latest:next-rc": "npm run ci:check tag:latest:next-rc css-framework",
33
32
  "ci:tag:latest:rc": "npm run ci:check tag:latest:rc css-framework",
33
+ "ci:tag:latest:next-rc": "npm run ci:check tag:latest:next-rc css-framework",
34
34
  "ci:tag:latest": "npm run ci:check tag:latest css-framework",
35
- "clean": "rm -rf dist",
36
35
  "publish-npm": "npm publish --@wwtdev:registry=https://registry.npmjs.org --access=public",
37
36
  "publish-wwt:rc": "publish-wwt-package --monorepo=css-framework --branch=develop --skip-tag",
38
37
  "publish-wwt:next-rc": "publish-wwt-package --monorepo=css-framework --branch=develop-next --skip-tag",