reactive-replica
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -173,3 +173,2 @@ 'use strict'; | ||
place.children.push(appending); | ||
appending.parent = place; | ||
handleAppend(place, appending); | ||
@@ -176,0 +175,0 @@ } |
@@ -181,3 +181,2 @@ | ||
place.children.push( appending ) | ||
appending.parent = place | ||
handleAppend( place, appending ) | ||
@@ -184,0 +183,0 @@ } |
{ | ||
"name": "reactive-replica", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Helps structure logic around model changes, i.e. utilize reactive style.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
49107
1433