aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarian Oancea <contact@siteshop.ro>2014-11-06 05:07:13 +0800
committerMarian Oancea <contact@siteshop.ro>2014-11-06 05:07:13 +0800
commit44ab30f628a3305d8c20c78b3dadbf2f15112fbc (patch)
tree062dfefb9956da784216f39175958c420d440222
parentdcae30c1e4429635f58be5b86695dbdb9e58ad23 (diff)
downloadgo-tangerine-44ab30f628a3305d8c20c78b3dadbf2f15112fbc.tar
go-tangerine-44ab30f628a3305d8c20c78b3dadbf2f15112fbc.tar.gz
go-tangerine-44ab30f628a3305d8c20c78b3dadbf2f15112fbc.tar.bz2
go-tangerine-44ab30f628a3305d8c20c78b3dadbf2f15112fbc.tar.lz
go-tangerine-44ab30f628a3305d8c20c78b3dadbf2f15112fbc.tar.xz
go-tangerine-44ab30f628a3305d8c20c78b3dadbf2f15112fbc.tar.zst
go-tangerine-44ab30f628a3305d8c20c78b3dadbf2f15112fbc.zip
more json fixes
-rw-r--r--bower.json9
-rw-r--r--package.json2
2 files changed, 7 insertions, 4 deletions
diff --git a/bower.json b/bower.json
index d1c4d2cd9..c5e732c1a 100644
--- a/bower.json
+++ b/bower.json
@@ -3,8 +3,7 @@
"namespace": "ethereum",
"version": "0.0.1",
"description": "Ethereum Compatible JavaScript API",
- "main": "dist/ethereum.js",
- "scripts": ["dist/ethereum.js", "dist/ethereum.min.js"],
+ "main": ["./dist/ethereum.js", "./dist/ethereum.min.js"],
"dependencies": {
"es6-promise": "#master"
},
@@ -12,6 +11,7 @@
"type": "git",
"url": "https://github.com/cubedro/ethereum.js.git"
},
+ "homepage": "https://github.com/cubedro/ethereum.js",
"bugs": {
"url": "https://github.com/ethereum/ethereum.js/issues"
},
@@ -38,11 +38,14 @@
"lib",
"node_modules",
"package.json",
+ ".bowerrc",
".editorconfig",
".gitignore",
".jshintrc",
+ ".npmignore",
".travis.yml",
- "./*.js",
+ "gulpfile.js",
+ "index.js",
"**/*.txt"
]
} \ No newline at end of file
diff --git a/package.json b/package.json
index 2b7772b51..bcf02f187 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,7 @@
},
"homepage": "https://github.com/cubedro/ethereum.js",
"bugs": {
- "url": "https://github.com/cubedro/ethereum.js/issues"
+ "url": "https://github.com/ethereum/ethereum.js/issues"
},
"keywords": [
"ethereum",