-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔧 Add missing useful fields to package.json.
- Loading branch information
1 parent
f744414
commit 5bf1378
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|