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

Commit

Permalink
Rename repo from react-tree to react-tree-es6
Browse files Browse the repository at this point in the history
  • Loading branch information
hckhanh committed Aug 14, 2016
1 parent ad952e7 commit 0415b61
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ deploy:
secure: KmUifEkqF2ZFi+JJ9DtjZTJAeXftmfwcOcQed+rg9wqQsySvisuxJDzozSAVK4L52+WBAl32d7QGP0BADfTXQCVGuLkPo8RzBz0jIlwk0qsmYETKEzUkFYk63zCmJQZU4vWw0edWnwftT6sqtDdoPXio7m07fCPta83wjEYUA4l+HmNHHpI6vwoqa+G1QqG2QOUdBxyXYMobafFEpZGJIcAPZaqae8G1zkf8Awsf6SEmKai4lOwB5s+V06mIr+d884tQR9LsyXL+GqElgKq5miYYM8+smvR/30j8pnxEcS4XkPt4Covt+4QQe4NoNIp+5tZdQkvs/1rAAQUsC+mlDsiMgXS8NDLGfl2PxdjAslc08qmlxkzzs3qD6FgwJLPs1I4EGfrYXf3vdrQ6jUcwoT61hdCpdupr8KpsVjtNO0ifzR3bDerOJvA+QLWlunWJXHjzu5QgA6+EBaFoat0OuuuQai6yWguQFAU6bCN/fUwbyCV2SckJ8OA1rlYgcX9PSPWeo4iASF7t1vg98BiSqlnVg/Ix9efar0+GDnrT9pIyj96r/aGoMj5ZA86dXK2vF+OaXSkcDEpmh4eBOqi6TxdEGlDmHJhKsA5RbwxbbWkhmFf4ixKEN6mlb4fJ5zaBW+VEpKXou0T92YAejJvELPPuzEYrSQTME3tdt3NggZ4=
on:
tags: true
repo: hckhanh/react-tree
repo: hckhanh/react-tree-es6
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# react-tree
# react-tree-es6

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

The wrapper of jsTree (jstree.com) for React

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

```bash
npm install --save react-tree
npm install --save react-tree-es6
```

## Usage

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

```js
import ReactTree from 'react-tree';
import ReactTree from 'react-tree-es6';
```

### tree
Expand Down
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-tree",
"name": "react-tree-es6",
"version": "0.1.1",
"description": "The react component to present data as a tree",
"description": "The wrapper of jsTree (jstree.com) for React",
"main": "./lib/react-tree.js",
"scripts": {
"start": "webpack-dev-server --port=3000",
Expand All @@ -10,21 +10,23 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/hckhanh/react-tree.git"
"url": "git+https://github.com/hckhanh/react-tree-es6.git"
},
"keywords": [
"react",
"js",
"tree",
"es6",
"react-tree",
"react-tree-es6",
"tree-view"
],
"author": "Khanh Hoang (https://profiles.udacity.com/u/khanhhoang)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hckhanh/react-tree/issues"
"url": "https://github.com/hckhanh/react-tree-es6/issues"
},
"homepage": "https://github.com/hckhanh/react-tree#readme",
"homepage": "https://github.com/hckhanh/react-tree-es6#readme",
"peerDependencies": {
"react": "^15.3.0",
"react-dom": "^15.3.0"
Expand All @@ -35,6 +37,8 @@
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"jest-cli": "^14.1.0",
Expand Down

0 comments on commit 0415b61

Please sign in to comment.