Skip to content

Commit fc4be2a

Browse files
committed
fix: fix winston constructor
1 parent 5d6c641 commit fc4be2a

File tree

4 files changed

+3714
-4561
lines changed

4 files changed

+3714
-4561
lines changed

moe-scripts-registry.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@
3232
"commit": "moe-scripts commit",
3333
"prepublishOnly": "npm run build",
3434
"squash": "BRANCH=`git rev-parse --abbrev-ref HEAD` && git checkout master && git merge --squash $BRANCH && npm run commit",
35-
"release":
36-
"git checkout master && git pull origin master && standard-version && git push --follow-tags origin master && npm publish"
35+
"release": "git checkout master && git pull origin master && standard-version && git push --follow-tags origin master && npm publish"
3736
}
3837
},
3938
{
@@ -43,12 +42,16 @@
4342
{
4443
"op": "test",
4544
"path": "/files",
46-
"value": ["lib", "bin", "@types"]
45+
"value": [
46+
"lib",
47+
"bin",
48+
"@types"
49+
]
4750
},
4851
{
4952
"op": "remove",
5053
"path": "/files"
5154
}
5255
]
5356
}
54-
}
57+
}

0 commit comments

Comments
 (0)