Skip to content

Commit

Permalink
fix files
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Dec 21, 2024
1 parent 4c39d7b commit cf3c433
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"version": "1.0.0",
"description": "Generate operations/endpoints using Hyperschema",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"files": [
"index.js",
"runtime.js",
"lib/*.js"
],
"scripts": {
"test": "standard && brittle test/index.js"
},
Expand Down

0 comments on commit cf3c433

Please sign in to comment.