Skip to content

Commit

Permalink
Merge pull request #14 from marco-c/master
Browse files Browse the repository at this point in the history
Exlude tests from package
  • Loading branch information
brianloveswords committed Nov 25, 2018
2 parents 11b5495 + 45e5f76 commit 204d66d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"./src/base64url.ts"
],
"exclude": [
"node_modules"
"node_modules",
"test",
".travis.yml"
]
}

0 comments on commit 204d66d

Please sign in to comment.