Skip to content

Commit

Permalink
Include the type definition file
Browse files Browse the repository at this point in the history
  • Loading branch information
wux5 committed Sep 26, 2017
1 parent 5b2ae24 commit fbdec89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "type-thresholder",
"version": "0.1.2",
"version": "0.1.3",
"description": "Flexible thresholder",
"main": "dist/index.js",
"types": "dts/index.d.ts",
"scripts": {
"t": "jasmine-ts spec/**/*.spec.ts",
"co": "nyc -e .ts -x spec/**/*.spec.ts npm run t && nyc report --reporter=lcov",
Expand Down

0 comments on commit fbdec89

Please sign in to comment.