We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfad70b commit 56cf8cdCopy full SHA for 56cf8cd
package.json
@@ -25,8 +25,7 @@
25
"electron-updater": "^3.1.1",
26
"html-to-text": "^4.0.0",
27
"left-clicky": "0.1.1",
28
- "mime-types": "^2.1.19",
29
- "webamp": "^1.1.2"
+ "mime-types": "^2.1.19"
30
},
31
"devDependencies": {
32
"@types/electron": "^1.6.10",
@@ -37,7 +36,8 @@
37
36
"eslint": "^5.3.0",
38
"parcel-bundler": "^1.9.7",
39
"tslint": "^5.11.0",
40
- "typescript": "^2.9.2"
+ "typescript": "^2.9.2",
+ "webamp": "^1.1.2"
41
42
"browserslist": [
43
"Chrome 61"
@@ -48,7 +48,7 @@
48
"copyright": "Copyright © 2018 Jakub Ďuraš",
49
"files": [
50
"!.*${/*}",
51
- "!src${/*}",
+ "!src/*.*",
52
"!artifacts${/*}",
53
"!docs${/*}",
54
"!bundled${/*}"
0 commit comments