Skip to content

Commit

Permalink
typosss
Browse files Browse the repository at this point in the history
  • Loading branch information
sagartyagi121 committed Jul 3, 2021
1 parent 9eb93af commit c228426
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ If it sets, CLI use `RPG_TEMPLATES_PATH` environment variable as templates direc

| Arguments | Default | Description |
| ------ | ------ | ------ |
| RPG_path | Current directory | Path where new Lambda folder should be created |
| RPG_name | | Lambda project name |
| RPG_path | Current directory | Path where new RPG folder should be created |
| RPG_name | | RPG project name |

## Use as API

Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rpg-generator",
"version": "1.0.0",
"version": "1.0.2",
"description": "Generate a RPG boilerplate. Make your own personnal templates in a easier way!",
"scripts": {
"test": "./node_modules/mocha/bin/mocha test/",
Expand All @@ -10,7 +10,7 @@
"lint-test": "./node_modules/eslint/bin/eslint.js --env=mocha test/"
},
"bin": {
"lambda-boilerplate": "./bin/index.js"
"RPGGen": "./bin/index.js"
},
"main": "./src/index.js",
"author": "sagartyagi.tyagi@gmail.com",
Expand Down

0 comments on commit c228426

Please sign in to comment.