simple-scaffold 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -104,7 +104,7 @@ const config = {
104
104
  output: path.join(__dirname, "src", "components"),
105
105
  createSubFolder: true,
106
106
  subFolderNameHelper: "upperCase"
107
- locals: {
107
+ data: {
108
108
  property: "value",
109
109
  },
110
110
  helpers: {
@@ -290,5 +290,5 @@ Some tips on getting around the code:
290
290
  enabling you to test different behaviors. See `yarn cmd -h` for more information.
291
291
 
292
292
  > This requires an updated build, and does not trigger one itself. Either use `yarn dev` to watch
293
- > for changes and build, or `yarn build` before running this, or use `yarn build-cmd` instead,
293
+ > for changes and build, or `yarn build` before running this, or use `yarn build-cmd` instead,
294
294
  > which triggers a build right before running the command with the rest of the given arguments.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-scaffold",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Create files based on templates",
5
5
  "repository": "https://github.com/chenasraf/simple-scaffold.git",
6
6
  "author": "Chen Asraf <inbox@casraf.com>",
@@ -18,7 +18,6 @@
18
18
  "build-cmd": "yarn build && yarn cmd"
19
19
  },
20
20
  "dependencies": {
21
- "args": "^5.0.1",
22
21
  "chalk": "^4.1.2",
23
22
  "glob": "^7.1.3",
24
23
  "handlebars": "^4.7.7",