Skip to content

Commit

Permalink
Merge pull request #6293 from Amomo/typescript
Browse files Browse the repository at this point in the history
add npm auto-update & update package.json of typescript
  • Loading branch information
PeterDaveHello committed Nov 24, 2015
2 parents 106e2ba + 74d9311 commit 84ac18e
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions ajax/libs/typescript/package.json
Expand Up @@ -5,12 +5,23 @@
"version": "1.0.0",
"description": "TypeScript is a typed superset of JavaScript that compiles to plain JavaScript",
"homepage": "http://www.typescriptlang.org",
"author": "Microsoft Corp.",
"license": "Apache-2.0",
"keywords": [
"compiler",
"language"
],
"repository": {
"type": "git",
"url": "http://typescript.codeplex.com"
}
"url": "https://github.com/Microsoft/TypeScript"
},
"npmName": "typescript",
"npmFileMap": [
{
"basePath": "lib/",
"files": [
"typescript*.js"
]
}
]
}

0 comments on commit 84ac18e

Please sign in to comment.