Skip to content

Commit

Permalink
Fix pacckage file formatting
Browse files Browse the repository at this point in the history
PR-URL: #1934
  • Loading branch information
tshemsedinov committed Oct 29, 2023
1 parent 910bde5 commit 4cabe81
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@
},
"main": "impress.js",
"types": "types/impress.d.ts",
"files": ["lib/", "schemas/", "types/"],
"files": [
"lib/",
"schemas/",
"types/"
],
"scripts": {
"test": "npm run lint && npm run types && metatests test/",
"types": "tsc -p types/tsconfig.json",
Expand Down

0 comments on commit 4cabe81

Please sign in to comment.