fix node module binary

This commit is contained in:
daniel-j 2020-08-10 12:00:32 +02:00
parent c27f1aa5cc
commit 2f67b26394
2 changed files with 2 additions and 3 deletions

View file

@ -108,7 +108,6 @@ function lintPipe (stream) {
// Cleanup task
gulp.task('clean', () => del([
'bin/',
'build/',
'extension/build/',
'dist/',

View file

@ -13,12 +13,12 @@
"dev": "NODE_ENV=development gulp"
},
"bin": {
"fimfic2epub": "./bin/fimfic2epub"
"fimfic2epub": "./build/fimfic2epub"
},
"main": "dist/fimfic2epub.js",
"files": [
"dist/",
"bin/fimfic2epub",
"build/fimfic2epub",
"LICENSE"
],
"dependencies": {