Skip to content

Commit

Permalink
🔧 Add missing useful fields to package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwachter committed Dec 11, 2023
1 parent f744414 commit 5bf1378
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "wc-scratch",
"description": "A fun scratch card native web component without any dependencies.",
"version": "0.2.0",
"type": "module",
"main": "./dist/wc-scratch.umd.cjs",
Expand All @@ -13,6 +14,14 @@
"files": [
"./dist/**/*"
],
"license": "MIT",
"author": {
"name": "Sebastian Wachter",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/sebastianwachter/wc-scratch/issues"
},
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down

0 comments on commit 5bf1378

Please sign in to comment.