We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91f7a15 + e658d46 commit e6206b9Copy full SHA for e6206b9
package.json
@@ -1,7 +1,11 @@
1
{
2
"name": "@channel.io/design-system",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "Design System by Channel",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/channel-io/design-system"
8
+ },
9
"main": "build/index.js",
10
"module": "build/index.es.js",
11
"types": "build/index.d.ts",
@@ -20,6 +24,7 @@
20
24
"jest": "jest",
21
25
"jest:watch": "jest --watch",
22
26
"build": "rollup -c",
27
+ "prepublishOnly": "npm run build",
23
28
"build:storybook": "build-storybook",
29
"deploy:storybook": "storybook-to-ghpages --remote=upstream"
30
},
0 commit comments