Scope PrismJS package

This commit is contained in:
Matt Swensen 2020-04-25 13:19:07 -06:00
parent 763ee4c9e4
commit 702052c03a
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35
8 changed files with 8 additions and 8 deletions

@ -0,0 +1,2 @@
version-tag-prefix @themer/prism-v
version-git-message @themer/prism-v%s

@ -1,4 +1,4 @@
# themer-prism
# @themer/prism
A [PrismJS](https://prismjs.com/) theme generator for [themer](https://github.com/mjswensen/themer).
@ -6,10 +6,10 @@ A [PrismJS](https://prismjs.com/) theme generator for [themer](https://github.co
Install this module wherever you have `themer` installed:
npm install themer-prism
npm install @themer/prism
Then pass `themer-prism` as a `-t` (`--template`) arg to `themer`:
Then pass `@themer/prism` as a `-t` (`--template`) arg to `themer`:
themer -c my-colors.js -t themer-prism -o gen
themer -c my-colors.js -t @themer/prism -o gen
Installation instructions for the generated theme file(s) will be included in `<output dir>/README.md`.

@ -1,5 +1,5 @@
{
"name": "themer-prism",
"name": "@themer/prism",
"version": "1.1.0",
"description": "A PrismJS theme generator for themer.",
"main": "lib/index.js",
@ -26,7 +26,7 @@
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/themer-prism#readme",
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/prism#readme",
"keywords": [
"themer",
"prism",

@ -1,2 +0,0 @@
version-tag-prefix themer-prism-v
version-git-message themer-prism-v%s