Skip to content

Commit

Permalink
poc: typescript transformer support for tsickle
Browse files Browse the repository at this point in the history
  • Loading branch information
tbosch committed Jun 13, 2017
1 parent 77de611 commit 0326c50
Show file tree
Hide file tree
Showing 68 changed files with 1,855 additions and 492 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "tsickle",
"version": "0.21.6",
"description": "Transpile TypeScript code to JavaScript with Closure annotations.",
"main": "build/src/tsickle.js",
"typings": "build/definitions/tsickle.d.ts",
"main": "build/src/index.js",
"typings": "build/definitions/index.d.ts",
"bin": "build/src/main.js",
"directories": {
"test": "test"
Expand All @@ -15,7 +15,7 @@
"source-map-support": "^0.4.2"
},
"peerDependencies": {
"typescript": "2.3.1"
"typescript": "2.3.4"
},
"devDependencies": {
"@types/chai": "^3.4.32",
Expand Down
Loading

0 comments on commit 0326c50

Please sign in to comment.