Skip to content

Commit

Permalink
chore: added @shaunwarman to contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Apr 3, 2020
1 parent 965882e commit 528f738
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@ To begin, try typing `npm start` (or `yarn start`) on command line. This will d

The `start` script (among many others) uses [nps][] and [nps-utils][] under the hood. This helps to keep scripts very developer-friendly, and rids the need to write in JSON syntax.

This script accepts a `<script>` argument, whereas a script of `all` will spawn, watch, and re-compile all of the [microservices](#microservices) mentioned above.
This script accepts a `<task>` argument, whereas a task of `all` will spawn, watch, and re-compile all of the [microservices](#microservices) mentioned above.

It will also open the browser for you to <http://localhost:3000> automatically for testing the web front-end.
Just open <http://localhost:3000> for testing!

[npm][]:

Expand Down Expand Up @@ -718,9 +718,10 @@ Then visit <http://localhost:8080> in your browser.

## Contributors

| Name | Website |
| -------------- | ------------------------- |
| **Nick Baugh** | <http://niftylettuce.com> |
| Name | Website |
| ---------------- | -------------------------- |
| **Nick Baugh** | <http://niftylettuce.com> |
| **Shaun Warman** | <https://shaunwarman.com/> |


## Trademark Notice
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
]
},
"contributors": [
"Nick Baugh <[email protected]> (http://niftylettuce.com)"
"Nick Baugh <[email protected]> (http://niftylettuce.com)",
"Shaun Warman <[email protected]> (https://shaunwarman.com/)"
],
"dependencies": {
"cac": "^6.5.8",
Expand Down

0 comments on commit 528f738

Please sign in to comment.