File tree 2 files changed +20
-7
lines changed
2 files changed +20
-7
lines changed Original file line number Diff line number Diff line change
1
+ /__tests__
2
+ /src
3
+ /node_modules
4
+ .idea
5
+ .vscode
6
+ .eslintignore
7
+ .eslintrc
8
+ .flowconfig
9
+ .gitignore
10
+ .npmignore
11
+ .travis.yml
12
+ .babel.config.js
13
+ rollup.config.js
14
+ yarn.lock
15
+ babel.config.js
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " sendbird-helpers " ,
3
- "version" : " 0.1.34 " ,
4
- "description" : " SendBird helpers " ,
2
+ "name" : " sendbird-utils " ,
3
+ "version" : " 0.0.1 " ,
4
+ "description" : " SendBird utils " ,
5
5
"main" : " lib/index.js" ,
6
- "repository" : " https://github.com/agolovchuk/sendBird-helpers .git" ,
7
- "author" :
" Alexandr Golovchuk <[email protected] >" ,
6
+ "repository" : " https://github.com/brocoders/sendbird-utils .git" ,
7
+ "author" :
" Alexandr Golovchuk <[email protected] >" ,
8
8
"license" : " MIT" ,
9
9
"scripts" : {
10
10
"lint" : " yarn lint:js" ,
14
14
"test:watch" : " jest --env=node --watch" ,
15
15
"test:coverage" : " jest --env=node --coverage" ,
16
16
"build" : " rollup -c" ,
17
- "dev" : " rollup -c -w" ,
18
17
"precommit" : " yarn lint && npx flow && yarn test" ,
19
18
"preversion" : " git checkout master && yarn precommit" ,
20
19
"postversion" : " git push --follow-tags"
50
49
"dependencies" : {
51
50
"immutable" : " 4.0.0-rc.12" ,
52
51
"lodash" : " 4.17.11" ,
53
- "rollup-watch" : " ^4.3.1" ,
54
52
"sendbird" : " ^3.0.93"
55
53
},
56
54
"jest" : {
You can’t perform that action at this time.
0 commit comments