Skip to content

Commit

Permalink
Merge pull request #11 from piotrwitek/jsnext
Browse files Browse the repository at this point in the history
Jsnext
  • Loading branch information
piotrwitek authored Dec 20, 2016
2 parents f78859d + a0e9c99 commit ba00dbc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@
"url": "git+https://github.com/piotrwitek/jspm-hmr.git"
},
"main": "dist/jspm-hmr-server.js",
"jsnext:main": "jsnext/jspm-hmr-server.js",
"typings": "dist/jspm-hmr-server.d.ts",
"bin": "dist/cli.js",
"bin": {
"jspm-hmr": "./dist/cli.js"
},
"engines": {
"node": ">=6.0.0"
"node": ">=0.10.x"
},
"files": [
"boilerplate/",
Expand Down

0 comments on commit ba00dbc

Please sign in to comment.