Skip to content

Commit eeb0653

Browse files
[refactor] Remove useless entry point (#98)
1 parent 275a9cb commit eeb0653

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

index.js

-2
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "Parser for the client for the realtime Engine",
44
"license": "MIT",
55
"version": "2.1.1",
6+
"main": "lib/index.js",
67
"homepage": "https://github.com/socketio/engine.io-parser",
78
"devDependencies": {
89
"expect.js": "0.3.1",
@@ -26,7 +27,6 @@
2627
"url": "[email protected]:socketio/engine.io-parser.git"
2728
},
2829
"files": [
29-
"index.js",
3030
"lib/"
3131
],
3232
"browser": "./lib/browser.js"

0 commit comments

Comments
 (0)