Skip to content

Commit

Permalink
Add JSPM support
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Lieben committed Mar 23, 2016
1 parent 97b0eb5 commit ad048ab
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,17 @@
"gulp-replace": "^0.5.4",
"mocha": "^2.2.5",
"yargs": "^3.26.0"
},
"jspm": {
"main": "prism",
"registry": "jspm",
"jspmPackage": true,
"format": "global",
"files": [
"components/**/*.min.js",
"plugins/**/*",
"themes/*.css",
"prism.js"
]
}
}
}

0 comments on commit ad048ab

Please sign in to comment.