File tree Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Expand file tree Collapse file tree 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 11{
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 " ,
55 "main" : " lib/index.js" ,
6- "repository" : " https://github.com/agolovchuk/sendBird-helpers .git" ,
7- "author" : " Alexandr Golovchuk <a.golovchuk@gmail.com >" ,
6+ "repository" : " https://github.com/brocoders/sendbird-utils .git" ,
7+ "author" : " Alexandr Golovchuk <ab@dokka.me >" ,
88 "license" : " MIT" ,
99 "scripts" : {
1010 "lint" : " yarn lint:js" ,
1414 "test:watch" : " jest --env=node --watch" ,
1515 "test:coverage" : " jest --env=node --coverage" ,
1616 "build" : " rollup -c" ,
17- "dev" : " rollup -c -w" ,
1817 "precommit" : " yarn lint && npx flow && yarn test" ,
1918 "preversion" : " git checkout master && yarn precommit" ,
2019 "postversion" : " git push --follow-tags"
5049 "dependencies" : {
5150 "immutable" : " 4.0.0-rc.12" ,
5251 "lodash" : " 4.17.11" ,
53- "rollup-watch" : " ^4.3.1" ,
5452 "sendbird" : " ^3.0.93"
5553 },
5654 "jest" : {
You can’t perform that action at this time.
0 commit comments