Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 5be5841

Browse files
committed
Bump Closure Library version to 20200830.0.0.
RELNOTES: n/a PiperOrigin-RevId: 329819455
1 parent 2cb0e52 commit 5be5841

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

closure-deps/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-closure-deps",
3-
"version": "20200719.0.0",
3+
"version": "20200830.0.0",
44
"description": "Library to parse dependencies for Closure Library. Also includes a CLI to generate deps.js files for Closure Library's debug loader.",
55
"repository": {
66
"type": "git",
@@ -33,13 +33,13 @@
3333
},
3434
"homepage": "https://developers.google.com/closure/library/",
3535
"devDependencies": {
36-
"google-closure-library": "^20200719.0.0",
36+
"google-closure-library": "^20200830.0.0",
3737
"jasmine": "^2.9.0",
3838
"jasmine-diff": "^0.1.3"
3939
},
4040
"dependencies": {
4141
"argparse": "^1.0.9",
42-
"google-closure-compiler": "^20200719.0.0",
42+
"google-closure-compiler": "^20200830.0.0",
4343
"yargs": "^12.0.2"
4444
}
45-
}
45+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "google-closure-library",
33
"description": "Google's common JavaScript library",
4-
"version": "20200719.0.0",
4+
"version": "20200830.0.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/google/closure-library.git"
@@ -33,4 +33,4 @@
3333
"serve_tests": "npx http-server -o allTests.html",
3434
"serve_demos": "npx http-server -o closure/goog/demos/index.html"
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)