Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 61a6552

Browse files
committed
package.json: updated version to 0.6.2, TypeScript dependency only accepts patch updates because SyntaxKind enums can change between minor updates (references #7)
1 parent 2ef01b8 commit 61a6552

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dts2as",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "A command line tool that converts TypeScript definitions (d.ts files) to ActionScript 3 classes and interfaces",
55
"repository": "BowlerHatLLC/dts2as",
66
"author": "Josh Tynjala",
@@ -25,12 +25,12 @@
2525
"minimist": "^1.1.3",
2626
"mkdirp": "^0.5.1",
2727
"rimraf": "^2.4.3",
28-
"typescript": "^1.6.2"
28+
"typescript": "~1.6.2"
2929
},
3030
"devDependencies": {
3131
"del": "^2.1.0",
3232
"gulp": "^3.9.0",
3333
"gulp-jasmine": "^2.2.1",
34-
"gulp-typescript": "^2.9.2"
34+
"gulp-typescript": "~2.9.2"
3535
}
3636
}

0 commit comments

Comments
 (0)