Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacharia2 committed Jul 14, 2023
1 parent 607be09 commit d6d3377
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 41 deletions.
36 changes: 0 additions & 36 deletions bin/clean.js

This file was deleted.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,21 @@
]
},
"dependencies": {
"@xmldom/xmldom": "^0.8.8",
"css": "^3.0.0",
"jsdom": "22.1.0",
"jszip": "^3.10.1",
"@xmldom/xmldom": "^0.8.8",
"tiddlywiki": "5.3.0",
"jsdom": "22.1.0"
"tiddlywiki": "5.3.0"
},
"devDependencies": {
"pkg": "^5.8.1"
"pkg": "^5.8.1",
"rimraf": "^5.0.1"
},
"scripts": {
"test": "node epub2twpub/test.js",
"testApp": "node app.js",
"pkg": "pkg . -t node18-win-x64 --out-path output/dist",
"build": "node -e \"require('./bin/slice-epubs').slice_epubs();\"",
"clean": "node -e \"require('./bin/clean').clean();\""
"clean": "rimraf output"
}
}
Loading

0 comments on commit d6d3377

Please sign in to comment.