@deque/cauldron-styles 7.1.0-canary.d650efcc → 7.1.0-canary.d6d44789
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 +6 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deque/cauldron-styles",
|
|
3
|
-
"version": "7.1.0-canary.
|
|
3
|
+
"version": "7.1.0-canary.d6d44789",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "deque cauldron pattern library styles",
|
|
6
6
|
"repository": "https://github.com/dequelabs/cauldron",
|
|
@@ -9,11 +9,6 @@
|
|
|
9
9
|
"files": [
|
|
10
10
|
"dist/"
|
|
11
11
|
],
|
|
12
|
-
"scripts": {
|
|
13
|
-
"build": "postcss index.css --dir ./dist",
|
|
14
|
-
"dev": "npm run build -- --watch",
|
|
15
|
-
"prepublishOnly": "NODE_ENV=production yarn build"
|
|
16
|
-
},
|
|
17
12
|
"publishConfig": {
|
|
18
13
|
"access": "public"
|
|
19
14
|
},
|
|
@@ -21,5 +16,9 @@
|
|
|
21
16
|
"autoprefixer": "^9.7.6",
|
|
22
17
|
"postcss-cli": "^7.1.1",
|
|
23
18
|
"postcss-import": "^12.0.1"
|
|
19
|
+
},
|
|
20
|
+
"scripts": {
|
|
21
|
+
"build": "postcss index.css --dir ./dist",
|
|
22
|
+
"dev": "pnpm run build --watch"
|
|
24
23
|
}
|
|
25
|
-
}
|
|
24
|
+
}
|