[ci skip] js-precompiled 20170731-215156

This commit is contained in:
GitLab Build Bot 2017-07-31 21:57:18 +00:00
parent 46126b5fb6
commit a6891e9f9f
3 changed files with 13050 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2018,7 +2018,7 @@ dependencies = [
[[package]]
name = "parity-ui-precompiled"
version = "1.4.0"
source = "git+https://github.com/paritytech/js-precompiled.git#5a357d01c459d3f371a87bfa138567b30603222c"
source = "git+https://github.com/paritytech/js-precompiled.git#4cde2187a26cc5d4588158034304c31b382fd5c5"
dependencies = [
"parity-dapps-glue 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

13048
js/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "parity.js",
"version": "1.8.7",
"version": "1.8.8",
"main": "release/index.js",
"jsnext:main": "src/index.js",
"author": "Parity Team <admin@parity.io>",