Skip to content

Commit

Permalink
Merge pull request #13 from e-sites/feature/update-package-name
Browse files Browse the repository at this point in the history
Changed package name to organisation
  • Loading branch information
remcotak authored Dec 9, 2019
2 parents 9cbde91 + f1e5875 commit 003f6a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ npm install -g yo

After that you'll need to install the generator:
```bash
npm install -g generator-esites-fe
npm install -g @e-sites/generator-esites-fe
```

If you already have these packages installed, you can upgrade them:
```bash
npm update -g yo generator-esites-fe
npm update -g yo @e-sites/generator-esites-fe
```

**Note**: Mac users need to run above commands with `sudo`.

## Usage
Please make sure your system meets the [prerequisites](#prerequisites).

- Run `npm update -g generator-esites-fe`.
- Run `npm update -g @e-sites/generator-esites-fe`.
- From the terminal, navigate to your projects directory.
- Type `yo esites-fe`, answer a few questions about your project, and wait.
- Bask in the glory of your fully scaffolded frontend installation.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-esites-fe",
"version": "3.0.1",
"name": "@e-sites/generator-esites-fe",
"version": "3.0.3",
"description": "Yeoman generator for E-sites frontend",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 003f6a1

Please sign in to comment.