We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0121657 commit 9ad4153Copy full SHA for 9ad4153
README.md
@@ -60,7 +60,7 @@ Installation is done using npm - `npm install --save @arekx/data-flow-js`.
60
61
# Examples
62
63
-Examples are in html files `examples` folder, you will need to build dataflow in order for them to work.
+Examples are in html files `examples` folder.
64
65
# Building
66
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@arekx/data-flow-js",
3
- "version": "1.0.8",
4
- "description": "One-way/Two-way data binding and handling and rendeing JS library",
+ "version": "1.0.9",
+ "description": "Data binding and handling and rendering JS library",
5
"main": "dist/data-flow.min.js",
6
"scripts": {
7
"start": "rollup -c -w",
0 commit comments