Skip to content

Commit

Permalink
chore: 기본적인 package.json 내용 추가 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-moon committed Nov 7, 2020
1 parent 2f6af3c commit 96a0918
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
{
"name": "lubycon-ui-kit",
"name": "@lubycon/ui-kit",
"description": "Lubycon UI Kit for any projects 🖌",
"version": "0.1.0",
"private": true,
"private": false,
"engines": {
"node": ">=10.15"
},
"repository": {
"type": "git",
"url": "https://github.com/Lubycon/lubycon-ui-kit.git"
},
"keywords": ["lubycon"],
"author": "Lubycon",
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
Expand Down Expand Up @@ -39,5 +49,6 @@
"last 1 firefox version",
"last 1 safari version"
]
}
},
"sideEffects": false
}

0 comments on commit 96a0918

Please sign in to comment.