Skip to content

Commit

Permalink
Update package.json (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshpaliyal committed Sep 8, 2023
1 parent 1ba7260 commit 27b9c84
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "retrosheet-ts",
"version": "0.1.1",
"version": "0.1.2",
"description": "",
"main": "./dist/index.js",
"keywords": ["retrosheet", "google sheets", "google forms", "sheets db"],
"scripts": {
"build": "tsc --skipLibCheck",
"test": "echo \"Error: no test specified\" && exit 0",
Expand All @@ -16,7 +17,12 @@
"files": [
"dist"
],
"author": "Yogesh Choudhary Paliyal",
"homepage": "https://github.com/yogeshpaliyal/RetroSheet-TS",
"bugs": {
"url": "https://github.com/yogeshpaliyal/RetroSheet-TS/issues",
"email": "yogeshpaliyal.foss+retrosheet@gmail.com"
},
"author": "Yogesh Choudhary Paliyal <yogeshpaliyal.foss+retrosheet@gmail.com> (https://yogeshpaliyal.com)",
"license": "ISC",
"devDependencies": {
"@types/node-fetch": "2.6.4",
Expand Down

0 comments on commit 27b9c84

Please sign in to comment.