Skip to content

Commit

Permalink
switch to tsc 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vvakame committed Feb 23, 2016
1 parent bd269ca commit 7b19618
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 23 deletions.
20 changes: 10 additions & 10 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 7 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
{
"private": true,
"name": "DefinitelyTyped",
"name": "definitely-typed",
"version": "0.0.1",
"homepage": "https://github.com/borisyankov/DefinitelyTyped",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped",
"repository": {
"type": "git",
"url": "https://github.com/borisyankov/DefinitelyTyped.git"
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/borisyankov/DefinitelyTyped/blob/master/LICENSE"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/borisyankov/DefinitelyTyped/issues"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
},
"engines": {
"node": ">= 0.12.0"
Expand All @@ -32,10 +27,9 @@
"refmap": "dt --dry --print-refmap",
"help": "dt -h"
},
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"definition-tester": "0.5.0",
"typescript": "1.7.5"
"typescript": "1.8.2"
}
}

0 comments on commit 7b19618

Please sign in to comment.