Skip to content

Commit

Permalink
Update README and bump to v0.2.1
Browse files Browse the repository at this point in the history
This adjusts the README to make sure all URLs are public and bumps
the version to v0.2.1
  • Loading branch information
beagleknight committed Dec 10, 2024
1 parent 0ba6e08 commit a581b08
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ src
.github
.prettierrc
eslint.config.mjs
tsconfig.json
tsconfig.json
shadowdog.json
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Shadowdog 🐾

<img src="logo.png" alt="drawing" width="100"/>
<img src="https://raw.githubusercontent.com/factorialco/shadowdog/refs/heads/main/logo.png" alt="drawing" width="100"/>

**Shadowdog** is a Node.js package for generating artifacts as derivative processes of files in your project. Whether you need to generate static assets, precompiled resources, or any other transformations, Shadowdog makes it easy and powerful with its supercharged feature set.

Expand Down Expand Up @@ -30,7 +30,7 @@ Shadowdog uses a configuration file (`shadowdog.json`) to define workflows for g

```json
{
"$schema": "https://raw.githubusercontent.com/factorialco/shadowdog/refs/heads/main/src/config/schema.json",
"$schema": "https://raw.githubusercontent.com/factorialco/shadowdog/refs/heads/main/schema.json",
"plugins": [],
"watchers": [
{
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@factorialco/shadowdog",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"bin": {
"shadowdog": "dist/src/cli.js"
Expand Down

0 comments on commit a581b08

Please # to comment.