Skip to content

Commit 86eeb03

Browse files
authored
Mark package as free of side-effects (#75)
1 parent be56f57 commit 86eeb03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Join urls and normalize as in path.join.",
55
"main": "lib/url-join.js",
66
"types": "lib/url-join.d.ts",
7+
"sideEffects": false,
78
"scripts": {
89
"test": "mocha --require should"
910
},

0 commit comments

Comments
 (0)