Skip to content

Commit

Permalink
add files to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
veigaribo committed Aug 24, 2021
1 parent 643a0ec commit be99d70
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.4.0",
"description": "Interfaces on steroids. Inspired by principled type classes.",
"main": "lib/index.js",
"files": [
"lib/*"
],
"scripts": {
"build": "tsc",
"lint": "prettier -w .",
Expand Down Expand Up @@ -47,4 +50,4 @@
"jest --bail --findRelatedTests"
]
}
}
}

0 comments on commit be99d70

Please sign in to comment.