Skip to content

Commit

Permalink
added a main for JSPM
Browse files Browse the repository at this point in the history
jspm people like me would love it, if we could have our main defined such as this.
that wouls allow us to do:
```
jspm install socket.io-client
```
and it would work without us overriding anything in jspm registry.
  • Loading branch information
capaj committed May 20, 2015
1 parent e898166 commit 2546b3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"client"
],
"main": "./lib/index",
"jspm": {
"main": "socket.io.js"
},
"dependencies": {
"debug": "2.1.3",
"engine.io-client": "automattic/engine.io-client#fb7c198",
Expand Down

0 comments on commit 2546b3e

Please sign in to comment.