Scope Chrome package

This commit is contained in:
Matt Swensen 2020-04-24 06:28:16 -06:00
parent 78082afcf9
commit 9666f8696c
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35
10 changed files with 17 additions and 9 deletions

@ -277,7 +277,7 @@ Refer to the [base16 repository](https://github.com/chriskempson/base16#scheme-r
* [themer-firefox-addon](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-firefox-addon)
* [themer-firefox-color](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-firefox-color)
* [themer-brave](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-brave)
* [themer-chrome](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-chrome)
* [@themer/chrome](https://github.com/mjswensen/themer/tree/master/cli/packages/chrome)
* [PDDStudio/themer-android](https://github.com/PDDStudio/themer-android)
* [themer-sketch-palettes](https://github.com/mjswensen/themer/tree/master/cli/packages/themer-sketch-palettes)
* [tomselvi/themer-tmux](https://github.com/tomselvi/themer-tmux)

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

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

@ -1,5 +1,5 @@
{
"name": "themer-chrome",
"name": "@themer/chrome",
"version": "1.2.1",
"description": "A Chrome 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-chrome#readme",
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/chrome#readme",
"dependencies": {
"color": "^3.0.0",
"lodash": "^4.17.4"

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

@ -3308,6 +3308,14 @@ test-exclude@^6.0.0:
glob "^7.1.4"
minimatch "^3.0.4"
themer-chrome@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/themer-chrome/-/themer-chrome-1.2.1.tgz#a3a502bbecf3ea8ee415a0ec388eeb5f7c5f2558"
integrity sha512-xoT63wmXHSsPKD+/6Ca5iXOI++j6e73xtA4ZUcjHbNc2fnHhWMxxqZ85cGB53k7kRKfAaiDTgmc0MXF3ScPo8g==
dependencies:
color "^3.0.0"
lodash "^4.17.4"
throat@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/throat/-/throat-5.0.0.tgz#c5199235803aad18754a667d659b5e72ce16764b"