Skip to content

Commit 53370a0

Browse files
author
Idan Levin
committed
Fixes for publish to npm
1 parent 6d41bf7 commit 53370a0

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ es/
44
lib/
55
dist/
66
flow-typed/
7-
coverage/
7+
coverage/
8+
.npmrc

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.npmrc
2+
.npmignore
3+
.*

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"name": "@scalecube/scalecube-js",
33
"version": "0.0.1",
4-
"description": "define API's cross convention,",
4+
"description": "Scalecube-js provides microservices pattern, in easy to use way. Supporting NodeJS and Browers (your client doesn't have to be mono!)",
5+
"keywords": [
6+
"scalecube",
7+
"scalecube-js",
8+
"microservices",
9+
"services"
10+
],
511
"scripts": {
612
"clean": "rimraf lib dist es coverage index.js.flow index.d.ts",
713
"test:debug": "cross-env BABEL_ENV=jest babel tests src --out-dir debug --watch",
@@ -30,7 +36,7 @@
3036
"index.d.ts",
3137
"index.js.flow"
3238
],
33-
"author": "I",
39+
"author": "Idan Levin (https://github.com/IdanILT)",
3440
"license": "ISC",
3541
"devDependencies": {
3642
"babel": "^6.23.0",

0 commit comments

Comments
 (0)