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

Commit 2e77193

Browse files
committed
New npm release at v20190819.0.0
1 parent 2981a3e commit 2e77193

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

closure-deps/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-closure-deps",
3-
"version": "v20190729.0.0",
3+
"version": "v20190819.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": "^v20190729.0.0",
36+
"google-closure-library": "^v20190819.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": "^v20190729.0.0",
42+
"google-closure-compiler": "^v20190819.0.0",
4343
"yargs": "^12.0.2"
4444
}
4545
}

package.json

Lines changed: 1 addition & 1 deletion
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": "v20190729.0.0",
4+
"version": "v20190819.0.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/google/closure-library.git"

0 commit comments

Comments
 (0)