diff --git a/README.md b/README.md index 2a6809c..9953fd0 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ const config = { output: path.join(__dirname, "src", "components"), createSubFolder: true, subFolderNameHelper: "upperCase" - locals: { + data: { property: "value", }, helpers: { @@ -290,5 +290,5 @@ Some tips on getting around the code: enabling you to test different behaviors. See `yarn cmd -h` for more information. > This requires an updated build, and does not trigger one itself. Either use `yarn dev` to watch - > for changes and build, or `yarn build` before running this, or use `yarn build-cmd` instead, + > for changes and build, or `yarn build` before running this, or use `yarn build-cmd` instead, > which triggers a build right before running the command with the rest of the given arguments. diff --git a/package.json b/package.json index 7077a21..2fcfbbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-scaffold", - "version": "1.0.2", + "version": "1.0.3", "description": "Create files based on templates", "repository": "https://github.com/chenasraf/simple-scaffold.git", "author": "Chen Asraf ",