Skip to content

Commit

Permalink
bump version to 0.1.0 and update outdated info from the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gronke committed Jun 22, 2018
1 parent 4980152 commit 8f0d2a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ ES6 Express API Boilerplate
Dependencies
------------

- io.js with ```--harmony``` flag
- NPM packages from ```packages.json```

Options
Expand All @@ -21,6 +20,8 @@ DEBUG_LEVEL | 1 | Increase value to get more verbose output. Supported deb
Usage
-----

The standalone server implementation is a demo app. The loaded routes are defined in the `api/` folder.

```sh
iojs --harmony_classes index.js
```
node standalone.js
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es6-express-api",
"version": "0.0.5",
"version": "0.1.0",
"description": "Boilerplate of an ES6 Express API",
"main": "index.js",
"author": "Stefan Grönke <stefan@gronke.net>",
Expand Down

0 comments on commit 8f0d2a7

Please sign in to comment.