Skip to content

Commit

Permalink
Published package on @omm org scope, updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
enenkel committed Aug 21, 2017
1 parent 7a870dc commit d136ea1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ First, install [Yeoman](http://yeoman.io) and generator-systemd using [npm](http

```bash
npm install -g yo
npm install -g generator-systemd
npm install -g @omm/generator-systemd
```

Then generate your new project:
Expand All @@ -19,8 +19,8 @@ yo systemd
## License
MIT

[npm-image]: https://badge.fury.io/js/generator-systemd.svg
[npm-url]: https://npmjs.org/package/generator-systemd
[npm-image]: https://badge.fury.io/js/%40omm%2Fgenerator-systemd.svg
[npm-url]: https://badge.fury.io/js/%40omm%2Fgenerator-systemd
[travis-image]: https://travis-ci.org/ommsolutions/generator-systemd.svg?branch=master
[travis-url]: https://travis-ci.org/ommsolutions/generator-systemd
[coveralls-image]:https://coveralls.io/repos/github/ommsolutions/generator-systemd/badge.svg?branch=master
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "generator-systemd",
"name": "@omm/generator-systemd",
"version": "0.1.0",
"description": "Generates a systemd service unit",
"homepage": "https://github.com/ommsolutions",
"homepage": "https://github.com/ommsolutions/generator-systemd",
"author": {
"name": "Andreas Enenkel",
"email": "[email protected]"
Expand Down Expand Up @@ -54,6 +54,6 @@
"engines": {
"node": ">=6.0.0"
},
"repository": "https://gitlab.omm.cloud/ae/generator-systemd",
"repository": "https://github.com/ommsolutions/generator-systemd",
"license": "MIT"
}

0 comments on commit d136ea1

Please sign in to comment.