@trenskow/app-express 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,10 +25,9 @@ const root = new Endpoint()
25
25
 
26
26
  await app
27
27
  .root(root)
28
- .start();
28
+ .open();
29
29
  ````
30
30
 
31
31
  # LICENSE
32
32
 
33
33
  See license in LICENSE.
34
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trenskow/app-express",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "A plugin for `@trenskow/app` that allows for using routes for express.`",
5
5
  "main": "index.js",
6
6
  "scripts": {