Update metadata, version

This commit is contained in:
2017-05-31 16:54:08 +02:00
parent eda0f7a467
commit 228825053c
+3 -3
View File
@@ -1,7 +1,7 @@
{ {
"name": "kredits-web", "name": "kredits-web",
"version": "0.1.0", "version": "1.0.0",
"description": "Small description for kredits-web goes here", "description": "Contribution dashboard of the Kosmos project",
"license": "MIT", "license": "MIT",
"author": "Kosmos Community", "author": "Kosmos Community",
"contributors": [ "contributors": [
@@ -13,7 +13,7 @@
"doc": "doc", "doc": "doc",
"test": "tests" "test": "tests"
}, },
"repository": "", "repository": "https://github.com/67P/kredits-web",
"scripts": { "scripts": {
"start": "ember server", "start": "ember server",
"start-local": "KREDITS_CONTRACT_ADDR=`kredits-inspect -c Kredits -r -w address` TOKEN_CONTRACT_ADDR=`kredits-inspect -c Token -r -w address` npm start", "start-local": "KREDITS_CONTRACT_ADDR=`kredits-inspect -c Kredits -r -w address` TOKEN_CONTRACT_ADDR=`kredits-inspect -c Token -r -w address` npm start",