Skip to content

Commit 4ded787

Browse files
author
Vlad Balin
committed
hotfix for wrong npm module
1 parent 4344f2a commit 4ded787

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "valuelink",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "React valueLink implementation with links to objects, validation, and purely functional state updates.",
55
"main": "valuelink.js",
66
"repository": {
@@ -39,7 +39,9 @@
3939
"webpack": "^1.12.6"
4040
},
4141
"files": [
42-
"index.js",
42+
"valuelink.js",
43+
"valuelink.ts",
44+
"valuelink.d.ts",
4345
"tags.jsx",
4446
"LICENSE"
4547
],

0 commit comments

Comments
 (0)