We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159351b commit b6d1ef6Copy full SHA for b6d1ef6
README.md
@@ -1,5 +1,7 @@
1
# Typed Source Map Support
2
3
+[](https://greenkeeper.io/)
4
+
5
The type definition for [`source-map-support`](https://github.com/evanw/node-source-map-support).
6
7
## License
package.json
@@ -28,10 +28,10 @@
28
"devDependencies": {
29
"greenkeeper-postpublish": "^1.0.1",
30
"source-map-support": "~0.4.3",
31
- "ts-node": "^1.3.0",
32
- "tslint": "^3.15.1",
33
- "tslint-config-typings": "^0.2.4",
+ "ts-node": "^3.0.3",
+ "tslint": "^5.2.0",
+ "tslint-config-typings": "^0.3.1",
34
"typescript": "^2.0.3",
35
- "typings": "^1.4.0"
+ "typings": "^2.1.1"
36
}
37
0 commit comments