Increase version of wiki-list-editor to 0.3.1
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Peter Stuifzand 2020-05-12 15:08:13 +02:00
parent e017346341
commit 00238fe0e1
2 changed files with 4 additions and 4 deletions

View File

@ -7155,9 +7155,9 @@
}
},
"wiki-list-editor": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.3.0.tgz",
"integrity": "sha512-mT1G0Na0PGWX987W7jeM43pX+TOB03SlzwVPu2HZMI1z9TeKYP7f/OxDV8DNMFjdi+COJfE8Xi+m3TB/1LCXjg==",
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/wiki-list-editor/-/wiki-list-editor-0.3.1.tgz",
"integrity": "sha512-5EY5jSk0NdXatkp9Mo7CIZ5t6gpIYaAlp8tg8vzxMBdyYNoD8t7gtCiv/G2m9oW3YbmI8nviRY8W4evL7W46LA==",
"requires": {
"dragula": "^3.7.2",
"jquery": "^3.5.1",

View File

@ -14,7 +14,7 @@
"node-sass": "^4.12.0",
"sass-loader": "^7.3.1",
"style-loader": "^1.0.0",
"wiki-list-editor": "^0.3.0"
"wiki-list-editor": "^0.3.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",