Skip to content

Commit

Permalink
chore(name): Rename to react-talend-forms (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
talend-glorieux authored Sep 28, 2016
1 parent bcac9f0 commit 9f8f3a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# react-bootstrap-forms
# react-talend-forms

## Installation

Run `npm install react-bootstrap-forms`.
Run `npm install react-talend-forms`.

## Usage

Expand All @@ -11,7 +11,7 @@ You'll have to pass it a JSONSchema and a onSubmit callback as a minimum to
handle forms rendering and get the data back.

```javascript
import Form from 'react-bootstrap-forms';
import Form from 'react-talend-forms';

class MyForm extends React.Component {

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "react-bootstrap-forms",
"description": "react-bootstrap-forms library.",
"name": "react-talend-forms",
"description": "react-talend-forms library.",
"license": "Apache-2.0",
"author": "Geoffroy Lorieux [email protected]",
"main": "lib/Form.js",
"repository": {
"type": "git",
"url": "github:Talend/react-bootstrap-forms"
"url": "github:Talend/react-talend-forms"
},
"devDependencies": {
"babel-cli": "^6.14.0",
Expand Down

0 comments on commit 9f8f3a1

Please sign in to comment.