d2c208f9ee
I have followed that documentation at https://gerrit-review.googlesource.com/Documentation/dev-bazel.html#npm-binary I have uploaded a new tgz to the storage bucket. But we may want to consolidate this somehow with https://gerrit.googlesource.com/gerrit/+/master/package.json Change-Id: Ie8da5448e93a0dd09decb01c62f311fbc728ef25
12 lines
297 B
Python
12 lines
297 B
Python
NPM_VERSIONS = {
|
|
"bower": "1.8.8",
|
|
"crisper": "2.0.2",
|
|
"polymer-bundler": "4.0.9",
|
|
}
|
|
|
|
NPM_SHA1S = {
|
|
"bower": "82544be34a33aeae7efb8bdf9905247b2cffa985",
|
|
"crisper": "7183c58cea33632fb036c91cefd1b43e390d22a2",
|
|
"polymer-bundler": "c80c9815690d76656d1fa6a231481850b4fa3874",
|
|
}
|