Skip to content

Commit 9f2aec3

Browse files
committedMay 2, 2020
Revert "v6.0.0"
This reverts commit 6162366.
1 parent 6162366 commit 9f2aec3

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed
 

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "6.0.0"
5+
"version": "0.0.0"
66
}

‎packages/convict-format-with-moment/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/convict-format-with-moment/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"timestamp",
1010
"moment"
1111
],
12-
"version": "6.0.0",
12+
"version": "0.1.0",
1313
"license": "Apache-2.0",
1414
"homepage": "https://github.com/mozilla/node-convict",
1515
"repository": {

‎packages/convict-format-with-validator/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/convict-format-with-validator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url",
1111
"validator"
1212
],
13-
"version": "6.0.0",
13+
"version": "0.1.0",
1414
"license": "Apache-2.0",
1515
"homepage": "https://github.com/mozilla/node-convict",
1616
"repository": {

‎packages/convict/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/convict/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"nested",
1111
"validation"
1212
],
13-
"version": "6.0.0",
13+
"version": "5.2.0",
1414
"license": "Apache-2.0",
1515
"homepage": "https://github.com/mozilla/node-convict",
1616
"repository": {

3 commit comments

Comments
 (3)

A-312 commented on May 2, 2020

@A-312
Contributor

Why did you revert this one ? I think, is not a good thing to revert lerna commit.

madarche commented on May 2, 2020

@madarche
CollaboratorAuthor

@A-312 this commit was an error, the repository was not ready for publishing at this time.

A-312 commented on May 2, 2020

@A-312
Contributor

Oh I thought it was learna commit

Please sign in to comment.