Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfilipegoncalves committed Dec 8, 2020
1 parent 2d743e5 commit 0c18129
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@taikai:registry=https://npm.pkg.github.com/taikai
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -36,7 +44,7 @@
"trailingComma": "es5"
},
"name": "taikai-design-system",
"author": "TAIKAI",
"author": "taikai",
"module": "dist/taikai-design-system.esm.js",
"size-limit": [
{
Expand Down Expand Up @@ -71,5 +79,8 @@
"tsdx": "^0.14.1",
"tslib": "^2.0.3",
"typescript": "^4.1.2"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}

0 comments on commit 0c18129

Please sign in to comment.