#40 Removed unused dependancy

This commit is contained in:
Serraniel 2020-09-11 19:15:57 +02:00
parent 48238c5e4d
commit 3f534c761a
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3
2 changed files with 41 additions and 3588 deletions

3613
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -10,8 +10,7 @@
"build:prod": "cross-env NODE_ENV=production gulp build",
"dist": "gulp dist",
"dist:prod": "cross-env NODE_ENV=production gulp dist",
"watch": "gulp dist && gulp watch",
"publish:firefox": "web-ext build --source-dir ./dist/firefox"
"watch": "gulp dist && gulp watch"
},
"repository": {
"type": "git",
@ -22,9 +21,11 @@
"email": "mail@serraniel.dev",
"url": "https://serraniel.dev"
},
"contributors": [{
"name": "Kaffem"
}],
"contributors": [
{
"name": "Kaffem"
}
],
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/Serraniel/AniwatchPlus/issues",
@ -65,7 +66,6 @@
"merge-stream": "^2.0.0",
"sass": "^1.26.10",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"web-ext": "^5.0.0"
"vinyl-source-stream": "^2.0.0"
}
}
}