Skip to content

Commit

Permalink
build: only publish dist folder to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
DawidWraga committed May 5, 2023
1 parent 5b8a241 commit 37a7285
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
@@ -1,10 +1,13 @@
{
"name": "@davstack/use-url",
"version": "1.0.3",
"version": "1.0.4",
"description": "A custom hook for easily reading and writing all data types from url search params",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"build": "tsc",
"test": "jest --watch --verbose"
Expand Down

0 comments on commit 37a7285

Please sign in to comment.