Skip to content

Commit f7cfc51

Browse files
committed
[pkg] Remove .npmignore in favor of files package.json field
1 parent 19106a1 commit f7cfc51

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

.npmignore

-7
This file was deleted.

package.json

+12-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
2-
"author": "Einar Otto Stangvik <[email protected]> (http://2x.io)",
32
"name": "ws",
4-
"description": "simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455",
3+
"description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
54
"version": "1.1.4",
6-
"license": "MIT",
7-
"main": "index.js",
85
"keywords": [
96
"Hixie",
107
"HyBi",
@@ -14,10 +11,16 @@
1411
"WebSockets",
1512
"real-time"
1613
],
17-
"repository": {
18-
"type": "git",
19-
"url": "git://github.com/websockets/ws.git"
20-
},
14+
"homepage": "https://github.com/websockets/ws",
15+
"bugs": "https://github.com/websockets/ws/issues",
16+
"repository": "websockets/ws",
17+
"author": "Einar Otto Stangvik <[email protected]> (http://2x.io)",
18+
"license": "MIT",
19+
"main": "index.js",
20+
"files": [
21+
"index.js",
22+
"lib"
23+
],
2124
"scripts": {
2225
"test": "make test"
2326
},
@@ -35,6 +38,5 @@
3538
"should": "8.0.x",
3639
"tinycolor": "0.0.x",
3740
"utf-8-validate": "1.2.x"
38-
},
39-
"gypfile": true
41+
}
4042
}

0 commit comments

Comments
 (0)