Skip to content

Commit

Permalink
update package.json (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky authored Nov 29, 2023
1 parent 1f2445c commit cf1d696
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"main": "lib/index.js",
"license": "MIT",
"typings": "./types.d.ts",
"files": [
"dist/",
"lib/",
"types.d.ts"
],
"scripts": {
"build": "rm -rf ./dist && make build",
"test": "make test",
Expand Down

0 comments on commit cf1d696

Please sign in to comment.