Skip to content

Commit 4f81654

Browse files
committed
added --quiet flag
1 parent 8fcc7a6 commit 4f81654

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ module.exports = class {{Name}} extends React.Component {
175175

176176
### Example Scaffold Output
177177

178-
#### Directory structure
178+
### Output directory structure
179179

180180
```plaintext
181181
- project

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "simple-scaffold",
3-
"version": "0.7.5",
3+
"version": "0.7.2",
44
"description": "Create files based on templates",
55
"repository": "https://github.com/chenasraf/simple-scaffold.git",
66
"author": "Chen Asraf <inbox@casraf.com>",
77
"license": "MIT",
8-
"main": "dist/index.js",
8+
"main": "dist/scaffold.js",
99
"bin": "dist/cmd.js",
1010
"types": "index.d.ts",
1111
"scripts": {

0 commit comments

Comments
 (0)