@ionic/cli-plugin-gulp
Advanced tools
Comparing version 1.1.0-pro.f7ffd63d to 1.1.0
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="1.1.0"></a> | ||
# [1.1.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-plugin-gulp@1.0.2...@ionic/cli-plugin-gulp@1.1.0) (2017-07-27) | ||
### Features | ||
* ionic pro ([36dc2f7](https://github.com/ionic-team/ionic-cli/commit/36dc2f7)) | ||
<a name="1.0.2"></a> | ||
@@ -8,0 +19,0 @@ ## [1.0.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-plugin-gulp@1.0.1...@ionic/cli-plugin-gulp@1.0.2) (2017-07-11) |
@@ -8,3 +8,3 @@ "use strict"; | ||
exports.name = '@ionic/cli-plugin-gulp'; | ||
exports.version = '1.1.0-pro.f7ffd63d'; | ||
exports.version = '1.1.0'; | ||
const BUILD_BEFORE_HOOK = 'build:before'; | ||
@@ -41,3 +41,3 @@ const BUILD_BEFORE_TASK = `ionic:${BUILD_BEFORE_HOOK}`; | ||
try { | ||
const gulpFile = require(gulpFilePath); | ||
require(gulpFilePath); // requiring the gulp file sets up the gulp instance with local gulp task definitions | ||
} | ||
@@ -44,0 +44,0 @@ catch (e) { |
{ | ||
"name": "@ionic/cli-plugin-gulp", | ||
"version": "1.1.0-pro.f7ffd63d", | ||
"version": "1.1.0", | ||
"description": "Ionic CLI plugin for subscribing to CLI hooks with gulp", | ||
@@ -10,3 +10,3 @@ "homepage": "https://ionic.io/", | ||
"clean": "rm -rf ./dist", | ||
"lint": "tslint -c ../../tslint.json \"src/**/*.ts\"", | ||
"lint": "tslint --config ../../tslint.js --project tsconfig.json --type-check", | ||
"build": "npm run clean && npm run build-ts && npm run build-js", | ||
@@ -47,3 +47,3 @@ "build-ts": "tsc", | ||
"dependencies": { | ||
"@ionic/cli-utils": "1.6.0-pro.f7ffd63d", | ||
"@ionic/cli-utils": "1.6.0", | ||
"chalk": "^2.0.0", | ||
@@ -53,3 +53,3 @@ "tslib": "^1.7.1" | ||
"devDependencies": { | ||
"@ionic/cli-scripts": "0.3.0-pro.f7ffd63d", | ||
"@ionic/cli-scripts": "0.3.0", | ||
"@types/chalk": "^0.4.31", | ||
@@ -56,0 +56,0 @@ "@types/gulp": "4.0.3" |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
12571
0
1
+ Added@ionic/cli-utils@1.6.0(transitive)
+ Addeddev-null@0.1.1(transitive)
- Removed@ionic/cli-utils@1.6.0-pro.f7ffd63d(transitive)
Updated@ionic/cli-utils@1.6.0