actionsflow-interface
Advanced tools
Comparing version 0.0.3 to 0.0.5
@@ -6,2 +6,12 @@ # Change Log | ||
## [0.0.5](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.0.4...actionsflow-interface@0.0.5) (2020-08-29) | ||
**Note:** Version bump only for package actionsflow-interface | ||
## [0.0.4](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.0.3...actionsflow-interface@0.0.4) (2020-08-29) | ||
### Features | ||
- move cli to core ([5d30736](https://github.com/actionsflow/actionsflow/commit/5d30736e216605a3e1bd41fe18100bfaf1337d4d)) | ||
## [0.0.3](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.0.2...actionsflow-interface@0.0.3) (2020-08-28) | ||
@@ -8,0 +18,0 @@ |
{ | ||
"version": "0.0.3", | ||
"version": "0.0.5", | ||
"license": "MIT", | ||
@@ -18,7 +18,7 @@ "main": "dist/src/index.js", | ||
"clean": "rimraf ./dist", | ||
"prepare": "npm run build" | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"name": "actionsflow-interface", | ||
"author": "Owen Young", | ||
"gitHead": "e68bfe8b08dcdbb28e63d5ebc587552897308c71" | ||
"gitHead": "19d0ab5fbbe4a5d7ef557544070b98e4849edb1c" | ||
} |
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
5722