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

Commit c6cc3b2

Browse files
author
haad
committed
Use latest orbit-core
1 parent d04170f commit c6cc3b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dev": "npm run start",
99
"lint": "eslint src/ test/",
1010
"lint:fix": "eslint --fix src/ test/",
11-
"start": "webpack-dev-server --mode=development",
11+
"start": "webpack-dev-server --mode=development --https",
1212
"test-server": "http-server ./dist -s -p 8088",
1313
"test": "npm run lint && jest --runInBand"
1414
},
@@ -44,7 +44,7 @@
4444
"lodash.debounce": "^4.0.8",
4545
"mobx": "^5.13.0",
4646
"mobx-react": "^6.1.3",
47-
"orbit_": "^0.2.0-rc1",
47+
"orbit_": "orbitdb/orbit-core#feat/orbitdb-0.23.0",
4848
"pleasejs": "^0.4.2",
4949
"prop-types": "^15.6.2",
5050
"react": "^16.9.0",

0 commit comments

Comments
 (0)