csskit-darwin-arm64 0.0.5 → 0.0.7-canary.507edebdc0

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 (2) hide show
  1. package/bin/csskit +0 -0
  2. package/package.json +11 -4
package/bin/csskit ADDED
Binary file
package/package.json CHANGED
@@ -1,13 +1,20 @@
1
1
  {
2
2
  "name": "csskit-darwin-arm64",
3
- "version": "0.0.5",
3
+ "version": "0.0.7-canary.507edebdc0",
4
4
  "description": "Refreshing CSS - macOS arm64 binary",
5
- "keywords": ["css", "csskit"],
5
+ "keywords": [
6
+ "css",
7
+ "csskit"
8
+ ],
6
9
  "license": "MIT",
7
10
  "author": "Keith Cirkel (https://keithcirkel.co.uk)",
8
11
  "repository": "https://github.com/csskit/csskit",
9
- "os": ["darwin"],
10
- "cpu": ["arm64"],
12
+ "os": [
13
+ "darwin"
14
+ ],
15
+ "cpu": [
16
+ "arm64"
17
+ ],
11
18
  "bin": {
12
19
  "csskit": "./bin/csskit"
13
20
  },