Skip to content

Commit

Permalink
test: use cjs file
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Aug 3, 2022
1 parent c93b4ae commit c2735c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -36,9 +36,9 @@
},
"homepage": "https://github.com/IonicaBizau/parse-url",
"devDependencies": {
"normalize-url": "^7.0.3",
"pkgroll": "^1.4.0",
"tester": "^1.3.1",
"normalize-url": "^7.0.3"
"tester": "^1.3.1"
},
"dependencies": {
"parse-path": "^7.0.0"
Expand Down
2 changes: 1 addition & 1 deletion test/index.mjs
@@ -1,5 +1,5 @@
// Dependencies
import parseUrl from "../dist/index.mjs";
import parseUrl from "../dist/index.js";
import tester from "tester";
import normalizeUrl from "normalize-url";

Expand Down

0 comments on commit c2735c9

Please sign in to comment.