diff --git a/package.json b/package.json index 16e038c413..58f6608c9b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,11 @@ { "name": "@channel.io/design-system", - "version": "0.1.2", + "version": "0.1.3", "description": "Design System by Channel", + "repository": { + "type": "git", + "url": "https://github.com/channel-io/design-system" + }, "main": "build/index.js", "module": "build/index.es.js", "types": "build/index.d.ts", @@ -20,6 +24,7 @@ "jest": "jest", "jest:watch": "jest --watch", "build": "rollup -c", + "prepublishOnly": "npm run build", "build:storybook": "build-storybook", "deploy:storybook": "storybook-to-ghpages --remote=upstream" },