From 61a6552bcecf23dac0615303fbf36a7b7dfe09c1 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Thu, 3 Dec 2015 11:36:11 -0800 Subject: [PATCH] package.json: updated version to 0.6.2, TypeScript dependency only accepts patch updates because SyntaxKind enums can change between minor updates (references #7) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f5c298e..10e4490 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" } }