projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99735c4
)
Fix version in package.json
author
Tim Düsterhus
<duesterhus@woltlab.com>
Wed, 28 Oct 2020 14:25:34 +0000
(15:25 +0100)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Wed, 28 Oct 2020 14:25:34 +0000
(15:25 +0100)
Apparently npm / yarn requires a 3-digit version number.
package.json
patch
|
blob
|
blame
|
history
diff --git
a/package.json
b/package.json
index d83aae990eba76e720936249444236def632ac2e..c6dce9a90635d796a15781febb48a9b584a7a5a2 100644
(file)
--- a/
package.json
+++ b/
package.json
@@
-1,6
+1,6
@@
{
"name": "@woltlab/wcf",
- "version": "5.4",
+ "version": "5.4
.0
",
"devDependencies": {
"@types/facebook-js-sdk": "^3.3.1",
"@types/pica": "^5.1.1",