Skip to content

Commit

Permalink
Included typings
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstrom committed May 15, 2018
1 parent b4191e9 commit 2bc2152
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commander-ts",
"version": "0.1.2",
"version": "0.1.3",
"description": "TypeScript decorators that enhance commander",
"keywords": [
"command line",
Expand All @@ -9,6 +9,7 @@
"typescript"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc",
Expand All @@ -31,6 +32,9 @@
"peerDependencies": {
"reflect-metadata": "^0.1.12"
},
"files": [
"dist"
],
"devDependencies": {
"@types/node": "^9.4.6",
"ghooks": "^1.2.4",
Expand Down

0 comments on commit 2bc2152

Please sign in to comment.