Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
Move typings
Browse files Browse the repository at this point in the history
  • Loading branch information
CKGrafico authored and jhonnymichel committed Aug 5, 2019
1 parent 46ac78f commit 3e64beb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/react-hookstore.js",
"module": "src/index.js",
"jsnext:main": "src/index.js",
"types": "src/index.d.ts",
"types": "types/index.d.ts",
"scripts": {
"test": "jest",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
Expand Down Expand Up @@ -64,6 +64,7 @@
"react": "^16.8.0"
},
"files": [
"dist"
"dist",
"types"
]
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"files": [ "src/index.d.ts" ],
"files": [ "types/index.d.ts" ],
"compilerOptions": {
"noImplicitAny": true,
"strict": true
Expand Down
File renamed without changes.

0 comments on commit 3e64beb

Please sign in to comment.