We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77ad0a3 commit 8920587Copy full SHA for 8920587
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nebulaenhance",
3
- "version": "1.0.13",
+ "version": "1.0.14",
4
"private": true,
5
"description": "Enhancer for Nebula. Adds some quality of life features to the nebula player.",
6
"type": "module",
@@ -35,8 +35,7 @@
35
"lint:css": "stylelint '**/*.scss'",
36
"lint:ext": "web-ext lint",
37
"lint-fix": "npm run lint:js -- --fix && npm run lint:css -- --fix && npm run lint:ext",
38
- "clean": "rimraf extension-dist",
39
- "prepare": "husky install"
+ "clean": "rimraf extension-dist"
40
},
41
"keywords": [
42
"nebula",
0 commit comments