Comparing version 4.6.0 to 4.7.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.7.0](https://github.com/sapegin/mrm/compare/mrm-core@4.6.0...mrm-core@4.7.0) (2021-02-25) | ||
### Features | ||
* Add more fields to package.json ([#134](https://github.com/sapegin/mrm/issues/134)) ([d80840a](https://github.com/sapegin/mrm/commit/d80840a5e771976ef38cdf8a3b535a412e1097f6)) | ||
# [4.6.0](https://github.com/sapegin/mrm/compare/mrm-core@4.5.0...mrm-core@4.6.0) (2021-02-09) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "mrm-core", | ||
"version": "4.6.0", | ||
"version": "4.7.0", | ||
"description": "Utilities to make tasks for Mrm", | ||
@@ -33,2 +33,3 @@ "author": { | ||
"prop-ini": "^0.0.2", | ||
"rc": "^1.2.8", | ||
"readme-badger": "^0.3.0", | ||
@@ -57,3 +58,3 @@ "semver": "^6.3.0", | ||
], | ||
"gitHead": "f213462e057d8820702bd1c20efc0735b6d73e88" | ||
"gitHead": "7a37df86eb2df2bd7aa366e93757aa30dca55189" | ||
} |
@@ -22,2 +22,3 @@ // @ts-check | ||
makeDirs: fs.makeDirs, | ||
init: npm.init, | ||
install: npm.install, | ||
@@ -24,0 +25,0 @@ uninstall: npm.uninstall, |
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
122500
3787
20
+ Addedrc@^1.2.8
+ Addeddeep-extend@0.6.0(transitive)
+ Addedini@1.3.8(transitive)
+ Addedrc@1.2.8(transitive)
+ Addedstrip-json-comments@2.0.1(transitive)