Skip to content

Commit

Permalink
Fixed build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kugelschieber committed Jun 25, 2021
1 parent 28588c4 commit 035c6eb
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.1

* fixed build

## 1.1.0

* added `source` and `utm_source` to referrers
Expand Down
26 changes: 24 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pirsch-sdk",
"version": "1.1.0",
"version": "1.1.1",
"description": "JavaScript client SDK for Pirsch.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -28,5 +28,8 @@
"dependencies": {
"@types/node": "^15.12.4",
"axios": "^0.21.1"
},
"devDependencies": {
"typescript": "^4.3.4"
}
}

0 comments on commit 035c6eb

Please sign in to comment.