Skip to content

Commit 0ebbe37

Browse files
authored
Merge pull request statikstack#3 from pauloedurezende/master
Update project author
2 parents 94490e2 + 9014f2b commit 0ebbe37

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# html-css-javascript-webpack
22

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

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

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

1313
```bash
14-
$ git clone https://github.com/robertoachar/html-css-javascript-webpack.git
14+
$ git clone https://github.com/statikstack/html-css-javascript-webpack.git
1515
```
1616

1717
- Install dependencies
@@ -30,11 +30,11 @@ $ npm install
3030

3131
# Author
3232

33-
[Roberto Achar](https://twitter.com/robertoachar)
33+
[Statik](https://twitter.com/statikstack)
3434

3535
# License
3636

37-
[MIT](https://github.com/robertoachar/html-css-javascript-webpack/blob/master/LICENSE)
37+
[MIT](https://github.com/statikstack/html-css-javascript-webpack/blob/master/LICENSE)
3838

39-
[license-badge]: https://img.shields.io/github/license/robertoachar/html-css-javascript-webpack.svg
39+
[license-badge]: https://img.shields.io/github/license/statikstack/html-css-javascript-webpack.svg
4040
[license-url]: https://opensource.org/licenses/MIT

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "html-css-javascript-webpack",
33
"version": "1.0.0",
44
"description": "todo",
5-
"author": "Roberto Achar <robertoachar@gmail.com>",
6-
"homepage": "https://github.com/robertoachar/html-css-javascript-webpack#readme",
5+
"author": "Statik <statikstack@gmail.com>",
6+
"homepage": "https://github.com/statikstack/html-css-javascript-webpack#readme",
77
"keywords": [
88
"node"
99
],
@@ -18,10 +18,10 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "https://github.com/robertoachar/html-css-javascript-webpack.git"
21+
"url": "https://github.com/statikstack/html-css-javascript-webpack.git"
2222
},
2323
"bugs": {
24-
"url": "https://github.com/robertoachar/html-css-javascript-webpack/issues"
24+
"url": "https://github.com/statikstack/html-css-javascript-webpack/issues"
2525
},
2626
"dependencies": {
2727
"normalize.css": "8.0.0"

0 commit comments

Comments
 (0)