Skip to content

Commit

Permalink
update project name
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoachar committed Jul 9, 2018
1 parent 1ff0fa4 commit e4c03a3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generator-statikstack
# generator-node

Generated by [Node Project Generator](https://github.com/statikstack/generator-node).

Expand All @@ -11,7 +11,7 @@ Generated by [Node Project Generator](https://github.com/statikstack/generator-n
- Cloning the repo

```bash
$ git clone https://github.com/statikstack/generator-statikstack.git
$ git clone https://github.com/statikstack/generator-node.git
```

- Installing dependencies
Expand All @@ -33,7 +33,7 @@ $ npm install

# License

[MIT](https://github.com/statikstack/generator-statikstack/blob/master/LICENSE)
[MIT](https://github.com/statikstack/generator-node/blob/master/LICENSE)

[license-badge]: https://img.shields.io/github/license/statikstack/generator-statikstack.svg
[license-badge]: https://img.shields.io/github/license/statikstack/generator-node.svg
[license-url]: https://opensource.org/licenses/MIT
2 changes: 1 addition & 1 deletion generators/app/templates/README.md.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <%= project %>

Generated by [Statik Project Generator](https://github.com/statikstack/generator-statikstack).
Generated by [Statik Project Generator](https://github.com/statikstack/generator-node).

[![License][license-badge]][license-url]

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "generator-statikstack",
"name": "@statikstack/generator-node",
"version": "1.0.0",
"description": "Yeoman generator for Node projects.",
"author": "Statik <statikstack@gmail.com>",
"homepage": "https://github.com/statikstack/generator-statikstack#readme",
"homepage": "https://github.com/statikstack/generator-node#readme",
"keywords": [
"yeoman",
"yeoman-generator"
Expand All @@ -21,10 +21,10 @@
},
"repository": {
"type": "git",
"url": "https://github.com/statikstack/generator-statikstack.git"
"url": "https://github.com/statikstack/generator-node.git"
},
"bugs": {
"url": "https://github.com/statikstack/generator-statikstack/issues"
"url": "https://github.com/statikstack/generator-node/issues"
},
"dependencies": {
"yeoman-generator": "3.0.0"
Expand Down

0 comments on commit e4c03a3

Please sign in to comment.