File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import { setOptions } from '@kadira/storybook-addon-options';
3
3
import infoAddon , { setDefaults } from '@kadira/react-storybook-addon-info' ;
4
4
5
5
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 ' ,
8
8
goFullScreen : false ,
9
9
showLeftPanel : true ,
10
10
showDownPanel : false ,
Original file line number Diff line number Diff line change @@ -12,9 +12,8 @@ before_install:
12
12
before_script :
13
13
- npm prune
14
14
script :
15
- - npm run test:cover
15
+ - npm run test
16
16
after_success :
17
- - npm run test:report
18
17
- npm run semantic-release
19
18
branches :
20
19
except :
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2015 Ritesh Kumar
3
+ Copyright (c) 2017 RC
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
- #react-kanban
1
+ #react-trello
2
2
3
- > React components for kanban like board
3
+ Pluggable components to integrate a trello- like board for your application
4
4
5
5
##Features
6
6
7
7
* responsive and light-weight
8
- * modular and highly customizable
8
+ * easily pluggable into existing applications
9
9
10
- ## Getting started
10
+
11
+ ## Development
11
12
```
12
- cd react-kanban /
13
+ cd react-trello /
13
14
yarn install
14
15
yarn run storybook
15
16
```
Original file line number Diff line number Diff line change 1
1
{
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 " ,
4
4
"main" : " dist/index.js" ,
5
5
"jsnext:main" : " components/index.js" ,
6
6
"module" : " components/index.js" ,
You can’t perform that action at this time.
0 commit comments