Skip to content

Commit

Permalink
Fixed build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kugelschieber committed Feb 18, 2022
1 parent 6b2e0a5 commit 527d66a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "pirsch-sdk",
"version": "1.3.5",
"version": "1.3.7",
"description": "JavaScript client SDK for Pirsch.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc --watch"
"build": "rm -rf dist && tsc",
"watch": "tsc --watch",
"publish": "npm run build && npm publish"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 527d66a

Please sign in to comment.