Skip to content

Commit 3a9bf6c

Browse files
committed
Release v0.5.4
Also, add `.nsprc` to work around the current `moment` CV which has no fix.
1 parent 791a385 commit 3a9bf6c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.nsprc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"exceptions": [
3+
"https://nodesecurity.io/advisories/532"
4+
]
5+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "service-template-node",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "A blueprint for MediaWiki REST API services",
55
"main": "./app.js",
66
"scripts": {

0 commit comments

Comments
 (0)