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

Commit

Permalink
package.json: updated version to 0.6.2, TypeScript dependency only ac…
Browse files Browse the repository at this point in the history
…cepts patch updates because SyntaxKind enums can change between minor updates (references #7)
  • Loading branch information
joshtynjala committed Dec 3, 2015
1 parent 2ef01b8 commit 61a6552
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dts2as",
"version": "0.6.1",
"version": "0.6.2",
"description": "A command line tool that converts TypeScript definitions (d.ts files) to ActionScript 3 classes and interfaces",
"repository": "BowlerHatLLC/dts2as",
"author": "Josh Tynjala",
Expand All @@ -25,12 +25,12 @@
"minimist": "^1.1.3",
"mkdirp": "^0.5.1",
"rimraf": "^2.4.3",
"typescript": "^1.6.2"
"typescript": "~1.6.2"
},
"devDependencies": {
"del": "^2.1.0",
"gulp": "^3.9.0",
"gulp-jasmine": "^2.2.1",
"gulp-typescript": "^2.9.2"
"gulp-typescript": "~2.9.2"
}
}

0 comments on commit 61a6552

Please sign in to comment.