Skip to content

Commit ad048ab

Browse files
author
Erik Lieben
committed
Add JSPM support
1 parent 97b0eb5 commit ad048ab

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

package.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,17 @@
2727
"gulp-replace": "^0.5.4",
2828
"mocha": "^2.2.5",
2929
"yargs": "^3.26.0"
30+
},
31+
"jspm": {
32+
"main": "prism",
33+
"registry": "jspm",
34+
"jspmPackage": true,
35+
"format": "global",
36+
"files": [
37+
"components/**/*.min.js",
38+
"plugins/**/*",
39+
"themes/*.css",
40+
"prism.js"
41+
]
3042
}
31-
}
43+
}

0 commit comments

Comments
 (0)