Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit c38bad9

Browse files
changed package versions
1 parent 41e4a80 commit c38bad9

File tree

2 files changed

+6323
-9
lines changed

2 files changed

+6323
-9
lines changed

package.json

+10-9
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,17 @@
99
"url": "https://github.com/haadcode/example-orbitdb-todomvc"
1010
},
1111
"dependencies": {
12-
"classnames": "^2.1.5",
13-
"director": "^1.2.0",
14-
"react": "^0.13.3",
15-
"todomvc-app-css": "^2.0.0",
16-
"todomvc-common": "^1.0.1",
17-
"ipfs": "~0.27.1",
18-
"orbit-db": "~0.18.7"
12+
"classnames": "^2.2.6",
13+
"director": "^1.2.8",
14+
"ipfs": "~0.38.0",
15+
"orbit-db": "~0.21.5",
16+
"orbit-db-docstore": "^1.5.1",
17+
"react": "^16.10.1",
18+
"todomvc-app-css": "^2.2.0",
19+
"todomvc-common": "^1.0.5"
1920
},
2021
"devDependencies": {
21-
"http-server": "^0.10.0"
22+
"http-server": "^0.11.1"
2223
},
2324
"homepage": "https://github.com/orbitdb/example-orbitdb-todomvc",
2425
"bugs": "https://github.com/orbitdb/example-orbitdb-todomvc/issues",
@@ -29,7 +30,7 @@
2930
],
3031
"scripts": {
3132
"build": "./build.sh",
32-
"start": "http-server -c-1 & open http://127.0.0.1:8080/index.html & wait",
33+
"start": "http-server -p 3000 -c-1 & open http://127.0.0.1:8080/index.html & wait",
3334
"test": "echo \"Error: no test specified\" && exit 1"
3435
},
3536
"author": "Haad",

0 commit comments

Comments
 (0)