Skip to content

Commit

Permalink
chore(core): improve layout in dist directory
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Feb 10, 2018
1 parent 1ed4d72 commit 2a3ce5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"version": "1.0.2",
"author": "Jamie Mason <[email protected]> (https://github.com/JamieMason)",
"bin": {
"syncpack": "dist/src/bin.js",
"syncpack-fix-mismatches": "dist/src/bin-fix-mismatches.js",
"syncpack-list-mismatches": "dist/src/bin-list-mismatches.js",
"syncpack-list": "dist/src/bin-list.js"
"syncpack": "dist/bin.js",
"syncpack-fix-mismatches": "dist/bin-fix-mismatches.js",
"syncpack-list-mismatches": "dist/bin-list-mismatches.js",
"syncpack-list": "dist/bin-list.js"
},
"bugs": "https://github.com/JamieMason/syncpack/issues",
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"strict": true,
"target": "es3"
},
"include": ["./src/**/*.ts"]
"include": ["./package.json", "./src/**/*.ts"],
"exclude": ["./src/**/*.spec.ts"]
}

0 comments on commit 2a3ce5d

Please sign in to comment.