Skip to content

Commit

Permalink
chore(package): update typings to version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeperio-bot authored and blakeembrey committed May 16, 2016
1 parent 18800e6 commit 881bf57
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -46,7 +46,7 @@
"ts-node": "^0.7.0",
"tslint": "^3.1.1",
"typescript": "^1.7.3",
"typings": "^0.8.0"
"typings": "^1.0.2"
},
"dependencies": {
"make-error": "^1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -12,6 +12,6 @@
"files": [
"src/index.ts",
"src/index.spec.ts",
"typings/main.d.ts"
"typings/index.d.ts"
]
}
2 changes: 1 addition & 1 deletion typings.json
Expand Up @@ -5,7 +5,7 @@
"devDependencies": {
"blue-tape": "github:typings/typed-blue-tape#a4e41a85d6f760e7c60088127968eae7d3a556fa"
},
"ambientDependencies": {
"globalDependencies": {
"node": "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#8cf8164641be73e8f1e652c2a5b967c7210b6729"
}
}

0 comments on commit 881bf57

Please sign in to comment.