@ionic/utils-fs
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.0.2"></a> | ||
## [0.0.2](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-fs@0.0.1...@ionic/utils-fs@0.0.2) (2018-10-03) | ||
**Note:** Version bump only for package @ionic/utils-fs | ||
<a name="0.0.1"></a> | ||
@@ -8,0 +16,0 @@ ## 0.0.1 (2018-09-05) |
{ | ||
"name": "@ionic/utils-fs", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Filesystem utils for Node", | ||
@@ -29,3 +29,3 @@ "main": "dist/index.js", | ||
"prepublishOnly": "npm run build", | ||
"precommit": "lint-staged" | ||
"cli-scripts:pre-commit": "lint-staged" | ||
}, | ||
@@ -41,3 +41,3 @@ "lint-staged": { | ||
"dependencies": { | ||
"debug": "^3.1.0", | ||
"debug": "^4.0.0", | ||
"ncp": "^2.0.0", | ||
@@ -56,19 +56,6 @@ "through2": "^2.0.3", | ||
"rimraf": "^2.6.2", | ||
"ts-jest": "^23.0.0", | ||
"ts-jest": "~23.1.0", | ||
"tslint": "^5.9.1", | ||
"typescript": "~3.0.1" | ||
}, | ||
"jest": { | ||
"transform": { | ||
"^.+\\.tsx?$": "ts-jest" | ||
}, | ||
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"tsx", | ||
"js", | ||
"jsx", | ||
"json" | ||
] | ||
"typescript": "~3.1.1" | ||
} | ||
} |
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
19100
+ Addeddebug@4.3.7(transitive)
- Removeddebug@3.2.7(transitive)
Updateddebug@^4.0.0