Skip to content
This repository was archived by the owner on Oct 18, 2018. It is now read-only.

Commit 0415b61

Browse files
committed
Rename repo from react-tree to react-tree-es6
1 parent ad952e7 commit 0415b61

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ deploy:
2727
secure: KmUifEkqF2ZFi+JJ9DtjZTJAeXftmfwcOcQed+rg9wqQsySvisuxJDzozSAVK4L52+WBAl32d7QGP0BADfTXQCVGuLkPo8RzBz0jIlwk0qsmYETKEzUkFYk63zCmJQZU4vWw0edWnwftT6sqtDdoPXio7m07fCPta83wjEYUA4l+HmNHHpI6vwoqa+G1QqG2QOUdBxyXYMobafFEpZGJIcAPZaqae8G1zkf8Awsf6SEmKai4lOwB5s+V06mIr+d884tQR9LsyXL+GqElgKq5miYYM8+smvR/30j8pnxEcS4XkPt4Covt+4QQe4NoNIp+5tZdQkvs/1rAAQUsC+mlDsiMgXS8NDLGfl2PxdjAslc08qmlxkzzs3qD6FgwJLPs1I4EGfrYXf3vdrQ6jUcwoT61hdCpdupr8KpsVjtNO0ifzR3bDerOJvA+QLWlunWJXHjzu5QgA6+EBaFoat0OuuuQai6yWguQFAU6bCN/fUwbyCV2SckJ8OA1rlYgcX9PSPWeo4iASF7t1vg98BiSqlnVg/Ix9efar0+GDnrT9pIyj96r/aGoMj5ZA86dXK2vF+OaXSkcDEpmh4eBOqi6TxdEGlDmHJhKsA5RbwxbbWkhmFf4ixKEN6mlb4fJ5zaBW+VEpKXou0T92YAejJvELPPuzEYrSQTME3tdt3NggZ4=
2828
on:
2929
tags: true
30-
repo: hckhanh/react-tree
30+
repo: hckhanh/react-tree-es6

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# react-tree
1+
# react-tree-es6
22

3-
[![Build Status](https://travis-ci.org/hckhanh/react-tree.svg?branch=master)](https://travis-ci.org/hckhanh/react-tree)
3+
[![Build Status](https://travis-ci.org/hckhanh/react-tree-es6.svg?branch=master)](https://travis-ci.org/hckhanh/react-tree-es6)
44

55
The wrapper of jsTree (jstree.com) for React
66

@@ -11,15 +11,15 @@ If you want to find a **tree view** component for React, this module is what you
1111
## Installation
1212

1313
```bash
14-
npm install --save react-tree
14+
npm install --save react-tree-es6
1515
```
1616

1717
## Usage
1818

1919
import/require `ReactTree` to your React source code:
2020

2121
```js
22-
import ReactTree from 'react-tree';
22+
import ReactTree from 'react-tree-es6';
2323
```
2424

2525
### tree

package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "react-tree",
2+
"name": "react-tree-es6",
33
"version": "0.1.1",
4-
"description": "The react component to present data as a tree",
4+
"description": "The wrapper of jsTree (jstree.com) for React",
55
"main": "./lib/react-tree.js",
66
"scripts": {
77
"start": "webpack-dev-server --port=3000",
@@ -10,21 +10,23 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "git+https://github.com/hckhanh/react-tree.git"
13+
"url": "git+https://github.com/hckhanh/react-tree-es6.git"
1414
},
1515
"keywords": [
1616
"react",
1717
"js",
1818
"tree",
19+
"es6",
1920
"react-tree",
21+
"react-tree-es6",
2022
"tree-view"
2123
],
2224
"author": "Khanh Hoang (https://profiles.udacity.com/u/khanhhoang)",
2325
"license": "MIT",
2426
"bugs": {
25-
"url": "https://github.com/hckhanh/react-tree/issues"
27+
"url": "https://github.com/hckhanh/react-tree-es6/issues"
2628
},
27-
"homepage": "https://github.com/hckhanh/react-tree#readme",
29+
"homepage": "https://github.com/hckhanh/react-tree-es6#readme",
2830
"peerDependencies": {
2931
"react": "^15.3.0",
3032
"react-dom": "^15.3.0"
@@ -35,6 +37,8 @@
3537
"babel-preset-es2015": "^6.13.2",
3638
"babel-preset-react": "^6.11.1",
3739
"css-loader": "^0.23.1",
40+
"extract-text-webpack-plugin": "^1.0.1",
41+
"file-loader": "^0.9.0",
3842
"gulp": "^3.9.1",
3943
"gulp-babel": "^6.1.2",
4044
"jest-cli": "^14.1.0",

0 commit comments

Comments
 (0)