Skip to content

Commit

Permalink
chore: Update package.json and remove sample.ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
teles committed May 19, 2024
1 parent f996594 commit d146678
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 31 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
"name": "holly-sheets",
"version": "1.0.4",
"description": "A Node.js library for interacting with Google Sheets",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "npm run clean && tsc",
"clean": "rm -rf dist",
"test": "jest",
"sample": "npm run build && node dist/sample.js",
"coverage": "jest --coverage",
"prepublishOnly": "npm run build"
},
Expand Down
28 changes: 0 additions & 28 deletions sample.ts

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit d146678

Please sign in to comment.