Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pakastin committed May 29, 2024
1 parent 23fa8e8 commit 78633e5
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 @@ -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",
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 78633e5

Please sign in to comment.