Skip to content

Commit

Permalink
Fix exports path
Browse files Browse the repository at this point in the history
  • Loading branch information
pakastin committed May 29, 2024
1 parent a310469 commit 0b004bc
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Similar to tape, but vanilla JS and ES module support",
"type": "module",
"main": "dist/teston.js",
"exports": "src/index.js",
"exports": "./src/index.js",
"scripts": {
"build": "rollup -c && rollup -c rollup.config.es.js",
"preversion": "npm run build && npm test",
Expand All @@ -23,13 +23,7 @@
"type": "git",
"url": "git+https://github.com/testonjs/teston.git"
},
"keywords": [
"test",
"runner",
"tape",
"tap",
"javascript"
],
"keywords": ["test", "runner", "tape", "tap", "javascript"],
"bugs": {
"url": "https://github.com/testonjs/teston/issues"
},
Expand Down

0 comments on commit 0b004bc

Please sign in to comment.