Skip to content

Commit

Permalink
chore: fix issue with npm prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
bsantosh909 committed Oct 20, 2023
1 parent 16140aa commit e58bf13
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "treblle.js",
"description": "Node.js SDK for treblle",
"version": "1.0.1",
"version": "1.1.0",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"type": "commonjs",
"scripts": {
"build": "tsc"
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e58bf13

Please sign in to comment.