Skip to content

Commit d02e28b

Browse files
committed
rename pakage to sendbird-utils
1 parent 48cffab commit d02e28b

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

.npmignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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 <[email protected]>",
6+
"repository": "https://github.com/brocoders/sendbird-utils.git",
7+
"author": "Alexandr Golovchuk <[email protected]>",
88
"license": "MIT",
99
"scripts": {
1010
"lint": "yarn lint:js",
@@ -14,7 +14,6 @@
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"
@@ -50,7 +49,6 @@
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": {

0 commit comments

Comments
 (0)