Skip to content

Commit

Permalink
added jspm-hmr bin with es5 support for older runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrwitek committed Dec 20, 2016
1 parent e2269a0 commit a0e9c99
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@
"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 a0e9c99

Please sign in to comment.