Skip to content

Commit

Permalink
fix: add .d.ts file to pack
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes committed Apr 9, 2024
1 parent c53a337 commit df2787c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"main": "blurup.js",
"types": "blurup.d.ts",
"files": [],
"files": ["blurup.d.ts"],
"scripts": {
"lint": "npx -y eslint@8 *.js -c ./node_modules/wet-run/.eslintrc.json",
"dev": "wet serve --livereload --cors"
Expand Down

0 comments on commit df2787c

Please sign in to comment.