diff --git a/package-lock.json b/package-lock.json index 8efc09bf..ae453972 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "next-data-hooks", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 33ef524e..c1189654 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/tsconfig.json b/tsconfig.json index 50da9c18..004fa301 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,5 +10,6 @@ "emitDeclarationOnly": true, "forceConsistentCasingInFileNames": true }, - "exclude": ["**/*.test.tsx", "dist/**/*", "examples/**/*", "test-app/**/*"] + "exclude": ["**/*.test.tsx"], + "include": ["./src/**/*.tsx", "./src/**/*.ts"] }