We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6452358 commit 6ad757cCopy full SHA for 6ad757c
package.json
@@ -1,8 +1,9 @@
1
{
2
"name": "cyclejs-sortable",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Makes all children of a vdom-node sortable via drag and drop",
5
- "main": "makeSortable.js",
+ "main": "build/makeSortable.js",
6
+ "typings": "build/makeSortable.d.ts",
7
"scripts": {
8
"build": "tsc -d"
9
},
0 commit comments