Skip to content

Commit

Permalink
Mark package as free of side-effects (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkoops authored Mar 23, 2022
1 parent be56f57 commit 86eeb03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Join urls and normalize as in path.join.",
"main": "lib/url-join.js",
"types": "lib/url-join.d.ts",
"sideEffects": false,
"scripts": {
"test": "mocha --require should"
},
Expand Down

0 comments on commit 86eeb03

Please sign in to comment.