Skip to content

Commit 6ad757c

Browse files
committed
fixes #1
1 parent 6452358 commit 6ad757c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "cyclejs-sortable",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Makes all children of a vdom-node sortable via drag and drop",
5-
"main": "makeSortable.js",
5+
"main": "build/makeSortable.js",
6+
"typings": "build/makeSortable.d.ts",
67
"scripts": {
78
"build": "tsc -d"
89
},

0 commit comments

Comments
 (0)