Skip to content

Commit 3fbc80f

Browse files
committed
1.1.1
1 parent 8127d08 commit 3fbc80f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
/polyfill.js.map
44
/node_modules
55
/npm-debug.log
6+
package-lock.json
67
.DS_Store

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "linkstate",
33
"amdName": "linkState",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"description": "Bind events to state. Works with Preact and React.",
66
"main": "dist/linkstate.js",
77
"module": "dist/linkstate.es.js",

0 commit comments

Comments
 (0)