Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gomes042 authored Dec 24, 2022
1 parent 245e3a4 commit 31467ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"author": "Luffos",
"type": "module",
"main": "build/index.js",
"types": "./build/index.d.ts",
"source": "src/index",
"types": "build/index.d.ts",
"scripts": {
"build": "rimraf ./build && tsc --build",
"build-watch": "watch \"npm run build\" ./src --interval 1 --wait 0.1",
Expand Down

0 comments on commit 31467ed

Please sign in to comment.