Comparing version 0.0.1 to 0.0.2
@@ -27,2 +27,3 @@ "use strict"; | ||
var strHead = R.curry(function (str) { | ||
@@ -29,0 +30,0 @@ return str.slice(0, str.length - 1); |
{ | ||
"name": "flux-tree", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Rich TreeView React Component with element removal and drag&drop", | ||
@@ -8,4 +8,2 @@ "keywords": [ | ||
"tree", | ||
"react", | ||
"react-component", | ||
"tree-view" | ||
@@ -12,0 +10,0 @@ ], |
@@ -1,6 +0,6 @@ | ||
#Flux-tree | ||
# Flux-tree | ||
> Tree React Component | ||
##Usage | ||
###Install | ||
## Usage | ||
### Install | ||
```bash | ||
@@ -11,3 +11,3 @@ npm install flux-tree | ||
##Build | ||
## Build | ||
```bash | ||
@@ -17,3 +17,3 @@ npm run build | ||
##Test | ||
## Test | ||
```bash | ||
@@ -20,0 +20,0 @@ npm run test |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37152