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

Lines changed: 0 additions & 7 deletions
This file was deleted.

package.json

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
2-
"author": "Einar Otto Stangvik <einaros@gmail.com> (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 <einaros@gmail.com> (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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy