Skip to content

Commit e4c03a3

Browse files
committed
update project name
1 parent 1ff0fa4 commit e4c03a3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# generator-statikstack
1+
# generator-node
22

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

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

1313
```bash
14-
$ git clone https://github.com/statikstack/generator-statikstack.git
14+
$ git clone https://github.com/statikstack/generator-node.git
1515
```
1616

1717
- Installing dependencies
@@ -33,7 +33,7 @@ $ npm install
3333

3434
# License
3535

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

38-
[license-badge]: https://img.shields.io/github/license/statikstack/generator-statikstack.svg
38+
[license-badge]: https://img.shields.io/github/license/statikstack/generator-node.svg
3939
[license-url]: https://opensource.org/licenses/MIT

generators/app/templates/README.md.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# <%= project %>
22

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

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "generator-statikstack",
2+
"name": "@statikstack/generator-node",
33
"version": "1.0.0",
44
"description": "Yeoman generator for Node projects.",
55
"author": "Statik <[email protected]>",
6-
"homepage": "https://github.com/statikstack/generator-statikstack#readme",
6+
"homepage": "https://github.com/statikstack/generator-node#readme",
77
"keywords": [
88
"yeoman",
99
"yeoman-generator"
@@ -21,10 +21,10 @@
2121
},
2222
"repository": {
2323
"type": "git",
24-
"url": "https://github.com/statikstack/generator-statikstack.git"
24+
"url": "https://github.com/statikstack/generator-node.git"
2525
},
2626
"bugs": {
27-
"url": "https://github.com/statikstack/generator-statikstack/issues"
27+
"url": "https://github.com/statikstack/generator-node/issues"
2828
},
2929
"dependencies": {
3030
"yeoman-generator": "3.0.0"

0 commit comments

Comments
 (0)