Skip to content

Commit

Permalink
fix: include type definition in package
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCuthbert committed Feb 6, 2022
1 parent 93cc243 commit 8215a77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lib
dist/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prepublish": "yarn build"
},
"files": [
"./lib"
"dist"
],
"bugs": {
"url": "https://github.com/bueno-systems/next-actuator/issues"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

/* Build */
"rootDir": "./src",
"outDir": "./lib",
"outDir": "./dist",
"declaration": true,

/* Checks */
Expand Down

0 comments on commit 8215a77

Please sign in to comment.