We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07960a commit 0953ffaCopy full SHA for 0953ffa
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-sortable-tree",
3
"version": "0.1.12",
4
- "description": "Drag-and-drop sortable representation of hierarchical data",
+ "description": "Drag-and-drop sortable component for nested data and hierarchies",
5
"scripts": {
6
"build": "npm run lint && npm run test && npm run build:demo && npm run build:umd",
7
"build:demo": "npm run clean:demo && cross-env NODE_ENV=production webpack --config webpack.config.demo.babel.js --bail",
0 commit comments