Skip to content

Commit 12dcf8e

Browse files
committed
chore(tsify): upgrade tsify version to 1.0.1
The current version of browserify-typescript is using tsify@^0.14.1 which is incompatible with @types from TypeScript 2.0. A fix has been created in tsify@^1.0.1. By upgrading the package.json with tsify@^1.0.1, TypeScript becomes a devDependency and it is not installed by tsify anymore. TypeScript will have to be installed via npm install typescript --save-dev in your project to use whatever version you want. fix ionic-team#42
1 parent edfbdab commit 12dcf8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

browserify-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ionic-gulp-browserify-typescript",
33
"description": "Gulp task for Ionic projects to transpile and bundle TypeScript sources with Browserify",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -14,7 +14,7 @@
1414
"gulp-uglify": "^1.5.3",
1515
"lodash.merge": "^4.3.2",
1616
"prettysize": "0.0.3",
17-
"tsify": "^0.14.1",
17+
"tsify": "^1.0.1",
1818
"vinyl-buffer": "^1.0.0",
1919
"vinyl-source-stream": "^1.1.0",
2020
"watchify": "^3.7.0"

0 commit comments

Comments
 (0)