Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Feb 23, 2024
1 parent 8bf9f84 commit fa0659f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
],
"type": "module",
"exports": {
"import": "src/index.js",
"browser": "dist/url-sanitizer.min.js"
"import": "./src/index.js",
"browser": "./dist/url-sanitizer.min.js"
},
"types": "types/index.d.ts",
"dependencies": {
Expand Down Expand Up @@ -65,5 +65,5 @@
"test-bdd": "http-server ./ -c-1 -o test/bdd/url-sanitizer.test.html",
"tsc": "node modules/index clean --dir=types -i && npx tsc"
},
"version": "1.0.1"
"version": "1.0.2"
}

0 comments on commit fa0659f

Please sign in to comment.