Scope utils package

This commit is contained in:
Matt Swensen 2020-04-25 13:32:05 -06:00
parent ed8a395470
commit a9b093de4e
No known key found for this signature in database
GPG Key ID: 3F9E482BFC526F35
8 changed files with 10 additions and 5 deletions

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

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

@ -1,3 +1,3 @@
# themer-utils
# @themer/utils
This package exposes a handful of functions commonly used in themer templates.

@ -1,5 +1,5 @@
{
"name": "themer-utils",
"name": "@themer/utils",
"version": "1.2.0",
"description": "Common functions used across various themer templates.",
"main": "lib/index.js",
@ -24,7 +24,7 @@
"bugs": {
"url": "https://github.com/mjswensen/themer/issues"
},
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/themer-utils#readme",
"homepage": "https://github.com/mjswensen/themer/tree/master/cli/packages/utils#readme",
"keywords": [
"themer",
"utils"

@ -3308,6 +3308,11 @@ test-exclude@^6.0.0:
glob "^7.1.4"
minimatch "^3.0.4"
themer-utils@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/themer-utils/-/themer-utils-1.2.0.tgz#b7d20a464c5a12626899ae67f73529455e660b78"
integrity sha512-Pd4vzQuRWCp13ODZzhiaCd1Jml15emu4OeCf+P3k/U7zDI/Pla39lM1xXj7DWXkFqoyn0PNYzoeUgQp+weOf8A==
throat@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/throat/-/throat-5.0.0.tgz#c5199235803aad18754a667d659b5e72ce16764b"