Skip to content

Commit

Permalink
build: module is side-effect free
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpoulain committed Dec 18, 2020
1 parent 32050f0 commit 0f8a947
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.11.1

* Module is side-effect free

## 0.11.0

* Export ES module as well as CommonJS
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"/src",
"/types"
],
"sideEffects": false,
"dependencies": {
"cross-fetch": "^3.0.0"
},
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
},
"include": [
"src/**/*"
],
"exclude": [
"src/global.ts"
]
}

0 comments on commit 0f8a947

Please sign in to comment.