Comparing version 1.0.8 to 1.0.9
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="1.0.9"></a> | ||
## [1.0.9](https://github.com/zerkalica/lom_atom/compare/v1.0.8...v1.0.9) (2017-08-14) | ||
<a name="1.0.8"></a> | ||
@@ -7,0 +12,0 @@ ## [1.0.8](https://github.com/zerkalica/lom_atom/compare/v1.0.7...v1.0.8) (2017-08-14) |
{ | ||
"name": "lom_atom", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Observable state management", | ||
@@ -17,3 +17,3 @@ "publishConfig": { | ||
"release": "npm test && npm run build && standard-version && 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", | ||
@@ -20,0 +20,0 @@ "test.dev": "mocha --growl --watch", |
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
186934
20