Skip to content

Commit e6206b9

Browse files
authored
v0.1.3
2 parents 91f7a15 + e658d46 commit e6206b9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "@channel.io/design-system",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Design System by Channel",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/channel-io/design-system"
8+
},
59
"main": "build/index.js",
610
"module": "build/index.es.js",
711
"types": "build/index.d.ts",
@@ -20,6 +24,7 @@
2024
"jest": "jest",
2125
"jest:watch": "jest --watch",
2226
"build": "rollup -c",
27+
"prepublishOnly": "npm run build",
2328
"build:storybook": "build-storybook",
2429
"deploy:storybook": "storybook-to-ghpages --remote=upstream"
2530
},

0 commit comments

Comments
 (0)