@ionic/utils-network
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.0.4"></a> | ||
## [0.0.4](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-network@0.0.3...@ionic/utils-network@0.0.4) (2018-10-31) | ||
**Note:** Version bump only for package @ionic/utils-network | ||
<a name="0.0.3"></a> | ||
@@ -8,0 +16,0 @@ ## [0.0.3](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-network@0.0.2...@ionic/utils-network@0.0.3) (2018-10-05) |
{ | ||
"name": "@ionic/utils-network", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Network utils for Node", | ||
@@ -27,5 +27,4 @@ "main": "dist/index.js", | ||
"watch": "tsc -w --preserveWatchOutput", | ||
"test": "jest", | ||
"prepublishOnly": "npm run build", | ||
"cli-scripts:pre-commit": "lint-staged" | ||
"test": "jest --maxWorkers=4", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
@@ -46,8 +45,9 @@ "lint-staged": { | ||
"@types/debug": "0.0.31", | ||
"@types/jest": "^23.3.5", | ||
"@types/node": "^6.0.101", | ||
"jest": "^23.0.1", | ||
"jest-cli": "^23.0.1", | ||
"lint-staged": "^7.2.0", | ||
"lint-staged": "^8.0.0", | ||
"rimraf": "^2.6.2", | ||
"ts-jest": "~23.1.0", | ||
"ts-jest": "^23.10.1", | ||
"tslint": "^5.9.1", | ||
@@ -54,0 +54,0 @@ "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
10566
10