@where-org/where-bridge 1.0.0 → 1.0.1

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 +9 -3
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -1,7 +1,13 @@
1
1
  # where-bridge
2
2
  Bridge to where-server / where-socket.
3
3
 
4
- Usage
4
+ ## Getting Started
5
5
  ```sh
6
- npm create where-bridge@latest [where-bridge-name]
7
- ```
6
+ npm create where-bridge@latest [where-bridge name]
7
+
8
+ cd [where-bridge name]
9
+ npm install
10
+
11
+ # Before starting, install the required where-bridge-app modules and edit config/bridge-app.yaml.
12
+
13
+ npm start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@where-org/where-bridge",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Bridge to where-server / where-socket",
5
5
  "license": "MIT",
6
6
  "author": "Masafumi Sasahara <masafumi@sashara.io> (https://github.com/masafumi-sasahara/)",
@@ -17,8 +17,7 @@
17
17
  "dev": "NODE_ENV=$npm_config_mode node --watch ./bin/where-bridge.js ./config"
18
18
  },
19
19
  "keywords": [
20
- "where-bridge",
21
- "where-client"
20
+ "where-bridge"
22
21
  ],
23
22
  "dependencies": {
24
23
  "@where-org/where-client": "^2.0.0",