Skip to content

Commit 7244199

Browse files
committed
Merge pull request #166 from rpkilby/jspm-config
Add jspm configuration
2 parents 2a431da + 5414adf commit 7244199

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,10 @@
6262
"dependencies": {
6363
"babel-runtime": "^5.8.20",
6464
"route-recognizer": "0.1.9"
65+
},
66+
"jspm": {
67+
"main": "src/index.js",
68+
"registry": "npm",
69+
"format": "esm"
6570
}
6671
}

0 commit comments

Comments
 (0)