Skip to content

Commit

Permalink
Add Composer support (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach authored and Golmote committed Sep 9, 2017
1 parent 5400af9 commit 2989633
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "PrismJS/prism",
"description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
"type": "component",
"license": "MIT",
"extra": {
"component": {
"scripts": [
"prism.js"
],
"styles": [
"themes/prism.css"
],
"files": [
"themes/*",
"components/*"
]
}
}
}

0 comments on commit 2989633

Please sign in to comment.