Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# html-css-javascript-webpack

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

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

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

```bash
$ git clone https://github.com/robertoachar/html-css-javascript-webpack.git
$ git clone https://github.com/statikstack/html-css-javascript-webpack.git
```

- Install dependencies
Expand All @@ -30,11 +30,11 @@ $ npm install

# Author

[Roberto Achar](https://twitter.com/robertoachar)
[Statik](https://twitter.com/statikstack)

# License

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

[license-badge]: https://img.shields.io/github/license/robertoachar/html-css-javascript-webpack.svg
[license-badge]: https://img.shields.io/github/license/statikstack/html-css-javascript-webpack.svg
[license-url]: https://opensource.org/licenses/MIT
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "html-css-javascript-webpack",
"version": "1.0.0",
"description": "todo",
"author": "Roberto Achar <robertoachar@gmail.com>",
"homepage": "https://github.com/robertoachar/html-css-javascript-webpack#readme",
"author": "Statik <statikstack@gmail.com>",
"homepage": "https://github.com/statikstack/html-css-javascript-webpack#readme",
"keywords": [
"node"
],
Expand All @@ -18,10 +18,10 @@
},
"repository": {
"type": "git",
"url": "https://github.com/robertoachar/html-css-javascript-webpack.git"
"url": "https://github.com/statikstack/html-css-javascript-webpack.git"
},
"bugs": {
"url": "https://github.com/robertoachar/html-css-javascript-webpack/issues"
"url": "https://github.com/statikstack/html-css-javascript-webpack/issues"
},
"dependencies": {
"normalize.css": "8.0.0"
Expand Down