mirror of
https://github.com/daniel-j/fimfic2epub.git
synced 2025-04-27 15:17:19 +12:00
npm pkg fix
This commit is contained in:
parent
9b92b599b1
commit
19aa488b82
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@
|
|||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/daniel-j/fimfic2epub.git"
|
||||
"url": "git+https://github.com/daniel-j/fimfic2epub.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "gulp",
|
||||
"dev": "NODE_ENV=development gulp"
|
||||
},
|
||||
"bin": {
|
||||
"fimfic2epub": "./build/fimfic2epub"
|
||||
"fimfic2epub": "build/fimfic2epub"
|
||||
},
|
||||
"main": "dist/fimfic2epub.js",
|
||||
"files": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue