[fix] About: new gitlab URL - fix #641
... | @@ -23,11 +23,12 @@ | ... | @@ -23,11 +23,12 @@ |
"license": "GPL-3.0", | "license": "GPL-3.0", | ||
"readmeFilename": "README.md", | "readmeFilename": "README.md", | ||
"bugs": { | "bugs": { | ||
"url": "https://github.com/duniter/cesium/issues", | "url": "https://git.duniter.org/clients/cesium/cesium/issues", | ||
"new": "https://github.com/duniter/cesium/issues/new?labels=bug" | "new": "https://git.duniter.org/clients/cesium/cesium/issues/new" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"bower": "^1.8.0", | "bower": "^1.8.0", | ||
"cordova": "^6.5.0", | |||
"cordova-android": "^6.2.3", | "cordova-android": "^6.2.3", | ||
"cordova-plugin-camera": "^2.4.1", | "cordova-plugin-camera": "^2.4.1", | ||
"cordova-plugin-compat": "^1.1.0", | "cordova-plugin-compat": "^1.1.0", | ||
... | ... |
Please register or sign in to comment