Skip to content

Commit

Permalink
fix(packaging): Changes the packaging w/ the code at the root
Browse files Browse the repository at this point in the history
  • Loading branch information
kofno committed Dec 17, 2017
1 parent 015d481 commit 0e80c14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "resulty",
"version": "0.0.0-development",
"description": "A return type for computations that may fail",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"main": "index.js",
"types": "index.d.ts",
"author": "Ryan L. Bell <[email protected]>",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"strictNullChecks": true,
"sourceMap": true,
"declaration": true,
"outDir": "dist"
"outDir": "."
},
"include": [
"src/**/*"
Expand Down

0 comments on commit 0e80c14

Please sign in to comment.