Skip to content

Commit

Permalink
chore: sort package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Dec 25, 2023
1 parent ce48099 commit c786b78
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,21 @@
"name": "@zentered/read-fixtures",
"version": "1.0.0",
"description": "Helper function to read json fixtures from a directory",
"main": "index.js",
"type": "module",
"scripts": {
"test": "node --test"
},
"keywords": [
"node:test",
"helper"
],
"license": "MIT",
"author": "Zentered <hi@zentered.co> (https://zentered.co)",
"license": "MIT"
"type": "module",
"main": "index.js",
"scripts": {
"test": "node --test"
},
"release": {
"branch": "main"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit c786b78

Please sign in to comment.