Skip to content

Commit

Permalink
fix: types (#5)
Browse files Browse the repository at this point in the history
* fix: types

* remove comma
  • Loading branch information
ricokahler authored Nov 16, 2020
1 parent 3d7abc4 commit 6b03fb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-data-hooks",
"version": "0.1.0",
"version": "0.1.1",
"description": "Co-located, static data hooks in next.js",
"private": true,
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"emitDeclarationOnly": true,
"forceConsistentCasingInFileNames": true
},
"exclude": ["**/*.test.tsx", "dist/**/*", "examples/**/*", "test-app/**/*"]
"exclude": ["**/*.test.tsx"],
"include": ["./src/**/*.tsx", "./src/**/*.ts"]
}

0 comments on commit 6b03fb4

Please sign in to comment.