@livepeer/design-system 0.0.0-beta.1 → 0.0.0-beta.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livepeer/design-system",
3
- "version": "0.0.0-beta.1",
3
+ "version": "0.0.0-beta.2",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -14,7 +14,6 @@
14
14
  "start": "next start",
15
15
  "lint": "next lint",
16
16
  "test": "echo \"Error: no test specified\" && exit 0",
17
- "postinstall": "yarn ds:build",
18
17
  "ds:build": "rollup -c",
19
18
  "ds:release": "yarn ds:build && np"
20
19
  },