@ionic/utils-stream
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.0.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-stream@2.0.1...@ionic/utils-stream@2.0.2) (2019-08-14) | ||
**Note:** Version bump only for package @ionic/utils-stream | ||
## [2.0.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-stream@2.0.0...@ionic/utils-stream@2.0.1) (2019-08-07) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@ionic/utils-stream", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Stream utils for NodeJS", | ||
@@ -30,10 +30,2 @@ "main": "dist/index.js", | ||
}, | ||
"lint-staged": { | ||
"linters": { | ||
"*.{ts,tsx}": "npm run lint" | ||
}, | ||
"ignore": [ | ||
"**/__tests__/*.{ts,tsx}" | ||
] | ||
}, | ||
"dependencies": { | ||
@@ -56,3 +48,3 @@ "debug": "^4.0.0", | ||
}, | ||
"gitHead": "d0a68439766d1c27908731e190423d6243df333f" | ||
"gitHead": "fae20aa949085d94e2dbc17d714f9ada969eefb7" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8961