Skip to content

Commit d285c16

Browse files
author
jtaubensee
committed
updating package.json for npm publishing
1 parent 190d5eb commit d285c16

File tree

2 files changed

+13
-19
lines changed

2 files changed

+13
-19
lines changed

hyco-websocket/package.json

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
2+
"author": "Microsoft Corporation",
23
"name": "hyco-websocket",
34
"description": "",
5+
"version": "1.0.3",
6+
"license": "Apache-2.0",
7+
"main": "index.js",
8+
"homepage": "https://azure.com",
49
"keywords": [
510
"websocket",
611
"websockets",
@@ -13,13 +18,10 @@
1318
"server",
1419
"client"
1520
],
16-
"author": "",
17-
"version": "1.0.0",
1821
"repository": {
1922
"type": "git",
20-
"url": "https://github.com/clemensv/azure-relay-hybridconnections.git"
23+
"url": "https://github.com/Azure/azure-relay-node.git"
2124
},
22-
"homepage": "https://azure.com",
2325
"engines": {
2426
"node": ">=0.8.0"
2527
},
@@ -28,17 +30,10 @@
2830
"crypto": "latest",
2931
"moment": "latest"
3032
},
31-
"devDependencies": {
32-
},
3333
"config": {
3434
"verbose": false
3535
},
36-
"scripts": {
37-
38-
},
39-
"main": "index",
4036
"directories": {
4137
"lib": "./lib"
42-
},
43-
"license": "Apache-2.0"
38+
}
4439
}

hyco-ws/package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"author": "Microsoft Corporation",
33
"name": "hyco-ws",
4-
"description": "xyz",
5-
"version": "1.0.2",
4+
"description": "",
5+
"version": "1.0.3",
66
"license": "MIT",
77
"main": "index.js",
8+
"homepage": "https://azure.com",
89
"keywords": [
910
"Hixie",
1011
"HyBi",
@@ -14,16 +15,14 @@
1415
"WebSockets",
1516
"real-time"
1617
],
17-
"repository" :
18-
{
18+
"repository" : {
1919
"type" : "git",
20-
"url" : "https://github.com/clemensv/azure-relay-hybridconnections.git"
20+
"url" : "https://github.com/Azure/azure-relay-node.git"
2121
},
2222
"dependencies": {
2323
"ws": "1.1.x",
2424
"crypto": "latest",
2525
"moment": "latest"
2626
},
27-
"gypfile": true,
28-
"private" : false
27+
"gypfile": true
2928
}

0 commit comments

Comments
 (0)