Skip to content

Commit

Permalink
Merge pull request #3 from Microsoft/tslibRename
Browse files Browse the repository at this point in the history
Updated package to reflect tslib rename.
  • Loading branch information
DanielRosenwasser authored Jun 23, 2016
2 parents f960a94 + 435b50b commit fa4c8cc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"licenses": [
{
"type": "Apache License 2.0",
"url": "https://github.com/Microsoft/TypeScript/blob/master/LICENSE.txt"
"url": "https://github.com/Microsoft/tslib/blob/master/LICENSE.txt"
}
],
"description": "Runtime library for TypeScript helper functions",
Expand All @@ -16,14 +16,15 @@
"compiler",
"language",
"javascript",
"tslib"
"tslib",
"runtime"
],
"bugs": {
"url": "https://github.com/Microsoft/TypeScript/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/TypeScript-Runtime.git"
"url": "https://github.com/Microsoft/tslib.git"
},
"main": "tslib.js",
"typings": "tslib.d.ts"
Expand Down

0 comments on commit fa4c8cc

Please sign in to comment.