Skip to content
Snippets Groups Projects
Commit 95a16329 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] make duniter-ui compliant with duniter 1.7.x

parent 087e60b0
No related branches found
No related tags found
No related merge requests found
Pipeline #2826 failed
{
"registry": "https://registry.bower.io"
}
......@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment