diff --git a/package.json b/package.json index efb469b..e36a452 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "version": "0.9.3", "description": "Similar to tape, but vanilla JS and ES module support", "type": "module", - "module": "src/teston.js", "main": "dist/teston.js", + "exports": "src/index.js", "scripts": { "build": "rollup -c && rollup -c rollup.config.es.js", "preversion": "npm run build && npm test", @@ -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" },