sproutjs-core 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "sproutjs-core",
3
+ "version": "1.0.6",
4
+ "keywords": [],
5
+ "author": "",
6
+ "license": "ISC",
7
+ "description": "SproutJS core library - a Javascript framework for creating reusable components and adding state management and reactivity to native HTML elements, based on Web Components",
8
+ "homepage": "https://jssprout.com"
9
+ }