reactive-di
Advanced tools
Comparing version 4.0.5 to 4.0.6
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="4.0.6"></a> | ||
## [4.0.6](https://github.com/zerkalica/reactive-di/compare/v4.0.5...v4.0.6) (2017-08-14) | ||
<a name="4.0.5"></a> | ||
@@ -7,0 +12,0 @@ ## [4.0.5](https://github.com/zerkalica/reactive-di/compare/v4.0.4...v4.0.5) (2017-08-14) |
{ | ||
"name": "reactive-di", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "Reactive dependency injection", | ||
@@ -19,3 +19,3 @@ "publishConfig": { | ||
"postversion": "git push --follow-tags origin master && npm publish", | ||
"build": "rimraf dist && rollup -c", | ||
"build": "rimraf dist && rollup -c && cp index.js.flow.tpl $npm_package_main.flow && cp index.js.flow.tpl $npm_package_module.flow", | ||
"test": "flow check && mocha", | ||
@@ -77,4 +77,4 @@ "test.dev": "mocha --growl --watch", | ||
"dependencies": { | ||
"lom_atom": "^1.0.8" | ||
"lom_atom": "^1.0.9" | ||
} | ||
} |
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
110584
18
Updatedlom_atom@^1.0.9