Skip to content

Commit 7bfad47

Browse files
committed
Rename to react-trello
1 parent ffd0ad5 commit 7bfad47

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.storybook/config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { setOptions } from '@kadira/storybook-addon-options';
33
import infoAddon, { setDefaults } from '@kadira/react-storybook-addon-info';
44

55
setOptions({
6-
name: 'react-kanban',
7-
url: 'https://github.com/rcdexta/react-kanban',
6+
name: 'react-trello',
7+
url: 'https://github.com/rcdexta/react-trello',
88
goFullScreen: false,
99
showLeftPanel: true,
1010
showDownPanel: false,

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ before_install:
1212
before_script:
1313
- npm prune
1414
script:
15-
- npm run test:cover
15+
- npm run test
1616
after_success:
17-
- npm run test:report
1817
- npm run semantic-release
1918
branches:
2019
except:

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Ritesh Kumar
3+
Copyright (c) 2017 RC
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
#react-kanban
1+
#react-trello
22

3-
> React components for kanban like board
3+
Pluggable components to integrate a trello-like board for your application
44

55
##Features
66

77
* responsive and light-weight
8-
* modular and highly customizable
8+
* easily pluggable into existing applications
99

10-
## Getting started
10+
11+
## Development
1112
```
12-
cd react-kanban/
13+
cd react-trello/
1314
yarn install
1415
yarn run storybook
1516
```

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "react-kanban",
3-
"description": "React components for kanbnan board",
2+
"name": "react-trello",
3+
"description": "Pluggable components to integrate a trello-like board for your application",
44
"main": "dist/index.js",
55
"jsnext:main": "components/index.js",
66
"module": "components/index.js",

0 commit comments

Comments
 (0)