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

Commit

Permalink
Merge pull request #1009 from google/npm-v20200101.0.0
Browse files Browse the repository at this point in the history
New npm release at v20200101.0.0
  • Loading branch information
blickly authored Jan 3, 2020
2 parents 733a3fd + b79d558 commit 36d2c6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions closure-deps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-closure-deps",
"version": "v20191111.0.0",
"version": "v20200101.0.0",
"description": "Library to parse dependencies for Closure Library. Also includes a CLI to generate deps.js files for Closure Library's debug loader.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -33,13 +33,13 @@
},
"homepage": "https://developers.google.com/closure/library/",
"devDependencies": {
"google-closure-library": "^v20191111.0.0",
"google-closure-library": "^v20200101.0.0",
"jasmine": "^2.9.0",
"jasmine-diff": "^0.1.3"
},
"dependencies": {
"argparse": "^1.0.9",
"google-closure-compiler": "^v20191111.0.0",
"google-closure-compiler": "^v20200101.0.0",
"yargs": "^12.0.2"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "google-closure-library",
"description": "Google's common JavaScript library",
"version": "v20191111.0.0",
"version": "v20200101.0.0",
"repository": {
"type": "git",
"url": "https://github.com/google/closure-library.git"
Expand Down

0 comments on commit 36d2c6d

Please sign in to comment.