Skip to content

Commit 56cf8cd

Browse files
committed
Set build files to not ignore dirs in the src, move webamp to dev dep
1 parent cfad70b commit 56cf8cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"electron-updater": "^3.1.1",
2626
"html-to-text": "^4.0.0",
2727
"left-clicky": "0.1.1",
28-
"mime-types": "^2.1.19",
29-
"webamp": "^1.1.2"
28+
"mime-types": "^2.1.19"
3029
},
3130
"devDependencies": {
3231
"@types/electron": "^1.6.10",
@@ -37,7 +36,8 @@
3736
"eslint": "^5.3.0",
3837
"parcel-bundler": "^1.9.7",
3938
"tslint": "^5.11.0",
40-
"typescript": "^2.9.2"
39+
"typescript": "^2.9.2",
40+
"webamp": "^1.1.2"
4141
},
4242
"browserslist": [
4343
"Chrome 61"
@@ -48,7 +48,7 @@
4848
"copyright": "Copyright © 2018 Jakub Ďuraš",
4949
"files": [
5050
"!.*${/*}",
51-
"!src${/*}",
51+
"!src/*.*",
5252
"!artifacts${/*}",
5353
"!docs${/*}",
5454
"!bundled${/*}"

0 commit comments

Comments
 (0)