@itcase/tokens-palette 1.0.21 → 1.0.25

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 +6 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@itcase/tokens-palette",
3
3
  "description": "",
4
- "version": "1.0.21",
4
+ "version": "1.0.25",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -12,7 +12,10 @@
12
12
  "scripts": {
13
13
  "build": "npm run build-js && npm run build-css",
14
14
  "build-js": "rm -rf dist && NODE_ENV=production rollup -c",
15
- "build-css": "rm -rf dist/css && postcss 'src/styles/main.css' --base src --dir dist/css/ --env production"
15
+ "build-css": "postcss 'src/styles/main.css' --base src --dir dist/css/ --env production",
16
+ "dev": "npm run dev-css",
17
+ "dev-css": "postcss 'src/styles/main.css' --base src --dir dist/css/ --env production",
18
+ "dev-js": "rollup -c -w"
16
19
  },
17
20
  "files": [
18
21
  "/dist"
@@ -21,5 +24,5 @@
21
24
  "access": "public",
22
25
  "registry": "https://registry.npmjs.org/"
23
26
  },
24
- "gitHead": "a5aeee735c2430520c0392a4b4d67dcf55da48cd"
27
+ "gitHead": "31c4cfe350c392aa849507cd638fa5a22f4d54d2"
25
28
  }