Skip to content

Commit

Permalink
Merge 7c4dbbf into 109f38a
Browse files Browse the repository at this point in the history
  • Loading branch information
jloveridge committed Apr 12, 2018
2 parents 109f38a + 7c4dbbf commit d30b33f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Expand Up @@ -16,16 +16,17 @@
"repository": "https://github.com/bitrinjani/castable",
"author": "bitrinjani <bitrinjani@gmail.com>",
"license": "MIT",
"dependencies": {
"reflect-metadata": "^0.1.10"
"peerDependencies": {
"reflect-metadata": ">=0.1.10"
},
"devDependencies": {
"@types/jest": "^21.1.4",
"@types/node": "^8.0.46",
"jest": "^22.0.3",
"coveralls": "^3.0.0",
"reflect-metadata": ">=0.1.10",
"ts-jest": "^22.0.0",
"typescript": "^2.5.3",
"coveralls": "^3.0.0"
"typescript": "^2.5.3"
},
"jest": {
"transform": {
Expand Down

0 comments on commit d30b33f

Please sign in to comment.