Skip to content

Commit

Permalink
package.json: add attribute style (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouhanseng authored and Golmote committed Jan 2, 2018
1 parent 71595be commit a9b6785
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.9.0",
"description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
"main": "prism.js",
"style": "themes/prism.css",
"scripts": {
"test": "mocha tests/testrunner-tests.js && mocha tests/run.js"
},
Expand Down Expand Up @@ -43,4 +44,4 @@
"prism.js"
]
}
}
}

0 comments on commit a9b6785

Please sign in to comment.