@ionic/cli-framework
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="1.0.1"></a> | ||
## [1.0.1](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-framework@1.0.0...@ionic/cli-framework@1.0.1) (2018-07-30) | ||
**Note:** Version bump only for package @ionic/cli-framework | ||
<a name="1.0.0"></a> | ||
@@ -8,0 +16,0 @@ # [1.0.0](https://github.com/ionic-team/ionic-cli/compare/@ionic/cli-framework@1.0.0-rc.13...@ionic/cli-framework@1.0.0) (2018-07-25) |
{ | ||
"name": "@ionic/cli-framework", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "The foundation framework of the Ionic CLI", | ||
@@ -18,4 +18,8 @@ "homepage": "https://ionicframework.com/", | ||
"test": "jest", | ||
"prepublishOnly": "npm run build" | ||
"prepublishOnly": "npm run build", | ||
"precommit": "lint-staged" | ||
}, | ||
"lint-staged": { | ||
"*.{ts,tsx}": "npm run lint" | ||
}, | ||
"license": "MIT", | ||
@@ -59,2 +63,3 @@ "dependencies": { | ||
"jest-cli": "^23.0.1", | ||
"lint-staged": "^7.2.0", | ||
"ts-jest": "^23.0.0", | ||
@@ -61,0 +66,0 @@ "tslint": "^5.9.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
194723
6