Update package.json

This commit is contained in:
Romain Vigier
2020-02-14 10:07:07 +01:00
parent f96437151b
commit 798c120efe
2 changed files with 6 additions and 8 deletions
-6
View File
@@ -839,12 +839,6 @@
"integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
"dev": true
},
"esm": {
"version": "3.2.25",
"resolved": "https://registry.npmjs.org/esm/-/esm-3.2.25.tgz",
"integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==",
"dev": true
},
"esprima": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
+6 -2
View File
@@ -1,9 +1,13 @@
{
"repository": {
"type": "git",
"url": "https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension"
},
"license": "GPL-3.0-or-later",
"scripts": {
"test": "ava"
},
"devDependencies": {
"ava": "^3.3.0",
"esm": "^3.2.25"
"ava": "^3.3.0"
}
}