Skip to content

Commit e3a5103

Browse files
committed
v20190215.0.0
1 parent 35f8e47 commit e3a5103

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
],
55
"npmClient": "yarn",
66
"useWorkspaces": true,
7-
"version": "20190121.0.0",
7+
"version": "20190215.0.0",
88
"ignoreChanges": [
99
"**/compiler/**"
1010
]

packages/google-closure-compiler-java/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-closure-compiler-java",
3-
"version": "20190121.0.0",
3+
"version": "20190215.0.0",
44
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java",
55
"main": "index.js",
66
"repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-java",

packages/google-closure-compiler-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-closure-compiler-js",
3-
"version": "20190121.0.0",
3+
"version": "20190215.0.0",
44
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java",
55
"main": "jscomp.js",
66
"repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-js",

packages/google-closure-compiler-linux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-closure-compiler-linux",
3-
"version": "20190121.0.0",
3+
"version": "20190215.0.0",
44
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java",
55
"main": "index.js",
66
"repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-linux",

packages/google-closure-compiler-osx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-closure-compiler-osx",
3-
"version": "20190121.0.0",
3+
"version": "20190215.0.0",
44
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler using Java",
55
"main": "index.js",
66
"repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler-osx",

packages/google-closure-compiler/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-closure-compiler",
3-
"version": "20190121.0.0",
3+
"version": "20190215.0.0",
44
"description": "Check, compile, optimize and compress Javascript with Closure-Compiler",
55
"repository": "https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler",
66
"keywords": [
@@ -37,15 +37,15 @@
3737
"homepage": "https://developers.google.com/closure/compiler/",
3838
"dependencies": {
3939
"chalk": "^1.0.0",
40-
"google-closure-compiler-java": "^20190121.0.0",
41-
"google-closure-compiler-js": "^20190121.0.0",
40+
"google-closure-compiler-java": "^20190215.0.0",
41+
"google-closure-compiler-js": "^20190215.0.0",
4242
"minimist": "^1.2.0",
4343
"vinyl": "^2.0.1",
4444
"vinyl-sourcemaps-apply": "^0.2.0"
4545
},
4646
"optionalDependencies": {
47-
"google-closure-compiler-linux": "^20190121.0.0",
48-
"google-closure-compiler-osx": "^20190121.0.0"
47+
"google-closure-compiler-linux": "^20190215.0.0",
48+
"google-closure-compiler-osx": "^20190215.0.0"
4949
},
5050
"devDependencies": {
5151
"gulp": "^3.9.0",

0 commit comments

Comments
 (0)