Skip to content

Commit

Permalink
[pkg] Remove .npmignore in favor of files package.json field
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca committed Nov 8, 2017
1 parent 19106a1 commit f7cfc51
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
7 changes: 0 additions & 7 deletions .npmignore

This file was deleted.

22 changes: 12 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"author": "Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)",
"name": "ws",
"description": "simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455",
"description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
"version": "1.1.4",
"license": "MIT",
"main": "index.js",
"keywords": [
"Hixie",
"HyBi",
Expand All @@ -14,10 +11,16 @@
"WebSockets",
"real-time"
],
"repository": {
"type": "git",
"url": "git://github.com/websockets/ws.git"
},
"homepage": "https://github.com/websockets/ws",
"bugs": "https://github.com/websockets/ws/issues",
"repository": "websockets/ws",
"author": "Einar Otto Stangvik <einaros@gmail.com> (http://2x.io)",
"license": "MIT",
"main": "index.js",
"files": [
"index.js",
"lib"
],
"scripts": {
"test": "make test"
},
Expand All @@ -35,6 +38,5 @@
"should": "8.0.x",
"tinycolor": "0.0.x",
"utf-8-validate": "1.2.x"
},
"gypfile": true
}
}

0 comments on commit f7cfc51

Please sign in to comment.