@onereach/styles 3.1.0 → 3.1.1-beta.3181.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 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/styles",
3
- "version": "3.1.0",
3
+ "version": "3.1.1-beta.3181.0",
4
4
  "description": "Styles for or-ui-next",
5
5
  "license": "UNLICENSED",
6
6
  "main": "./main.css",
@@ -28,7 +28,6 @@
28
28
  ],
29
29
  "scripts": {
30
30
  "dev": "pnpm build:scss -- --watch",
31
- "prepare": "pnpm build",
32
31
  "build": "npm-run-all build:tokens build:scss build:autoprefixer build:cleancss build:tokens:css build:resolve-config",
33
32
  "build:scss": "sass --embed-source-map ./src/main.scss dist/index.css",
34
33
  "build:cleancss": "cleancss -o dist/index.min.css dist/index.css",
@@ -58,6 +57,5 @@
58
57
  },
59
58
  "publishConfig": {
60
59
  "access": "public"
61
- },
62
- "gitHead": "f33688dd9302588085b19a107cbb992847e9d0f1"
60
+ }
63
61
  }