We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8127d08 commit 3fbc80fCopy full SHA for 3fbc80f
.gitignore
@@ -3,4 +3,5 @@
3
/polyfill.js.map
4
/node_modules
5
/npm-debug.log
6
+package-lock.json
7
.DS_Store
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "linkstate",
"amdName": "linkState",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "Bind events to state. Works with Preact and React.",
"main": "dist/linkstate.js",
"module": "dist/linkstate.es.js",
0 commit comments