Skip to content

Commit

Permalink
TS dep
Browse files Browse the repository at this point in the history
  • Loading branch information
KiaraGrouwstra committed Oct 4, 2017
1 parent e18ad50 commit ae29e76
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typical-ts",
"version": "0.0.7",
"version": "0.0.8",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -13,10 +13,12 @@
},
"author": "Tycho Grouwstra",
"license": "MIT",
"dependencies": {
"typescript": "*"
},
"devDependencies": {
"@types/mocha": "^2.2.41",
"mocha": "^3.5.0",
"tsst": "github:TheOtherSamP/ts-semantic-testing",
"typescript": "github:microsoft/typescript"
"mocha": "^3.5.0"
}
}

0 comments on commit ae29e76

Please sign in to comment.