Skip to content

Commit

Permalink
fix(build): fix types location
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Bertram committed Feb 13, 2020
1 parent 80f6ed6 commit 597741b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "data-grace",
"version": "0.0.0-development",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "dist/data-grace.umd.js",
"module": "dist/data-grace.es5.js",
"typings": "dist/types/data-grace.d.ts",
"typings": "dist/types/index.d.ts",
"files": [
"dist"
],
Expand Down
10 changes: 1 addition & 9 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,5 @@
"outDir": "dist/lib",
"typeRoots": ["node_modules/@types"]
},
"include": [
"src",
"test/result.spec.ts",
"test/maybe.spec.ts",
"test/prelude.spec.ts",
"test/promise.spec.ts",
"test/utilityTypes.spec.ts",
"test/array.spec.ts"
]
"include": ["src"]
}

0 comments on commit 597741b

Please sign in to comment.