diff --git a/.npmignore b/.npmignore index 836ee6e..cb9e0e2 100644 --- a/.npmignore +++ b/.npmignore @@ -5,4 +5,5 @@ src .github .prettierrc eslint.config.mjs -tsconfig.json \ No newline at end of file +tsconfig.json +shadowdog.json \ No newline at end of file diff --git a/README.md b/README.md index b8ebb97..c08a223 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Shadowdog 🐾 -drawing +drawing **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. @@ -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": [ { diff --git a/package-lock.json b/package-lock.json index b310a6b..095e9aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@factorialco/shadowdog", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@factorialco/shadowdog", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "chalk": "^4", diff --git a/package.json b/package.json index 3952671..0c9ee19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@factorialco/shadowdog", - "version": "0.2.0", + "version": "0.2.1", "description": "", "bin": { "shadowdog": "dist/src/cli.js"