Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

Commit

Permalink
Updating version for release 1.4.00
Browse files Browse the repository at this point in the history
  • Loading branch information
miksago committed Nov 11, 2010
1 parent 0f11634 commit f149cba
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@
{ "version": "1.3.53"
, "description": "A WebSocket Server for node.js, 90-100% spec compatible."
, "repository": { "type": "git"
, "url": "http://github.com/miksago/node-websocket-server.git"
}
, "main": "./lib/ws"
, "bugs": { "web": "http://github.com/miksago/node-websocket-server/issues"
}
, "author": "Micheil Smith <[email protected]>"
, "licenses": [{ "type": "MIT", "url": "./LICENSE.md" }]
, "name": "websocket-server"
, "engines": { "node": ">=0.1.98-0"}
}
{"version":"1.4.00","description":"A WebSocket Server for node.js, 90-100% spec compatible.","repository":{"type":"git","url":"http://github.com/miksago/node-websocket-server.git"},"directories":{"doc":"./doc","lib":"./lib/ws/"},"main":"./lib/ws/server","bugs":{"web":"http://github.com/miksago/node-websocket-server/issues"},"author":"Micheil Smith <[email protected]>","licenses":[{"type":"MIT","url":"./LICENSE.md"}],"name":"websocket-server","engines":{"node":">=0.2.0-0"}}

0 comments on commit f149cba

Please sign in to comment.