[fix] make duniter-ui compliant with duniter 1.7.x
.bowerrc
0 → 100644
... | ... | @@ -7,7 +7,8 @@ |
"b": "brunch build", | ||
"watch": "brunch watch", | ||
"start": "cd cesium && npm start", | ||
"test": "mocha --growl tests/" | ||
"test": "mocha --growl tests/", | ||
"prepublish": "cd node_modules/duniter && npm install" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
... | ... | @@ -54,7 +55,7 @@ |
"brunch": "2.10.9", | ||
"core-util-is": "1.0.2", | ||
"css-brunch": "2.0.0", | ||
"duniter": "1.6.x", | ||
"duniter": "git+https://git@git.duniter.org/nodes/typescript/duniter.git#dev", | ||
"fb-flo-brunch": "1.7.22", | ||
"jade-brunch": "2.0.0", | ||
"javascript-brunch": "2.0.0", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment