Comparing version 1.7.0 to 1.7.1
@@ -0,1 +1,11 @@ | ||
<a name="1.7.1"></a> | ||
## [1.7.1](https://github.com/lokesh-coder/filament/compare/v1.7.0...v1.7.1) (2017-07-28) | ||
### Bug Fixes | ||
* added -f ([9bdf6d6](https://github.com/lokesh-coder/filament/commit/9bdf6d6)) | ||
<a name="1.7.0"></a> | ||
@@ -2,0 +12,0 @@ # [1.7.0](https://github.com/lokesh-coder/filament/compare/v1.6.2...v1.7.0) (2017-07-28) |
{ | ||
"name": "filament_", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"build": "gulp build", | ||
"git-build": "gulp build && git add dist && git commit -m \"auto build\"", | ||
"git-build": "gulp build && git add dist -f && git commit -m \"auto build\"", | ||
"release": "corp-semantic-release", | ||
@@ -12,0 +12,0 @@ "release-log": "conventional-github-releaser -p angular -r 0", |
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
138953