Skip to content

Commit

Permalink
rename package, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemcbride committed Dec 30, 2020
1 parent b9d4a11 commit 30aa190
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ It would be so great if JSON had variables, but since it doesn't... this was cre
You can install the library as a dependency using Yarn or npm:

```sh
npm install --save-dev vs-code-theme-builder
# or yarn add --dev vs-code-theme-builder
npm install --save-dev @two-beards/vscode-theme-builder
# or yarn add --dev @two-beards/vscode-theme-builder
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "vs-code-theme-builder",
"name": "@two-beards/vscode-theme-builder",
"version": "1.0.0",
"description": "Starter template for generating a VS Code theme using variables",
"bin": {
Expand Down

0 comments on commit 30aa190

Please sign in to comment.