diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..63a9b553 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +@taikai:registry=https://npm.pkg.github.com/taikai \ No newline at end of file diff --git a/package.json b/package.json index 22453187..f066a6c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,14 @@ { "version": "0.1.1-0", "license": "MIT", + "repository": "taikai/taikai-design-system", + "keywords": [ + "react", + "design-system", + "taikai", + "design", + "component library" + ], "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ @@ -36,7 +44,7 @@ "trailingComma": "es5" }, "name": "taikai-design-system", - "author": "TAIKAI", + "author": "taikai", "module": "dist/taikai-design-system.esm.js", "size-limit": [ { @@ -71,5 +79,8 @@ "tsdx": "^0.14.1", "tslib": "^2.0.3", "typescript": "^4.1.2" + }, + "publishConfig": { + "registry": "https://npm.pkg.github.com/" } }