mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
Remove dev dependency from package.json
This commit is contained in:
parent
8beac53f5f
commit
d22e9e32ed
@ -3,11 +3,7 @@
|
||||
"version": "2.0.15",
|
||||
"description": "Self-hosted audiobook and podcast server",
|
||||
"main": "index.js",
|
||||
"watch": {
|
||||
"dev": "server/{*,*/*}/*.js"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "npm-watch",
|
||||
"dev": "node index.js",
|
||||
"start": "node index.js",
|
||||
"client": "cd client && npm ci && npm run generate",
|
||||
@ -56,8 +52,5 @@
|
||||
"string-strip-html": "^8.3.0",
|
||||
"watcher": "^1.2.0",
|
||||
"xml2js": "^0.4.23"
|
||||
},
|
||||
"devDependencies": {
|
||||
"npm-watch": "^0.11.0"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user