@brightlayer-ui/colors 3.1.1 → 3.2.0-alpha.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@brightlayer-ui/colors",
3
- "version": "3.1.1",
3
+ "version": "3.2.0-alpha.0",
4
4
  "description": "Brightlayer UI colors for Eaton applications",
5
5
  "main": "./dist/commonjs/index.js",
6
6
  "types": "./dist/commonjs/index.d.ts",
7
7
  "scripts": {
8
8
  "test": "echo \"Error: no test specified\" && exit 1",
9
9
  "build": "yarn && tsc --module commonjs --outDir dist/commonjs && tsc --module ES2015 --outDir dist/es2015",
10
- "publish:package": "set npm_config_yes=true && npx -p @brightlayer-ui/publish blui-publish",
10
+ "publish:package": "set npm_config_yes=true && npx -p @brightlayer-ui/publish@1.1.1-alpha.0 blui-publish",
11
11
  "tag:package": "npx -p @brightlayer-ui/tag blui-tag"
12
12
  },
13
13
  "repository": {