Moved jq-repeat to use NPM package
This commit is contained in:
+3
-1
@@ -9,7 +9,8 @@
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"start": "node ./bin/www"
|
||||
"start": "node ./bin/www",
|
||||
"dev": "npx nodemon --ignore public/ ./bin/www"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "^6.4.2",
|
||||
@@ -21,6 +22,7 @@
|
||||
"ejs": "^3.1.10",
|
||||
"express": "^4.19.2",
|
||||
"extend": "^3.0.2",
|
||||
"jq-repeat": "^2.0.0",
|
||||
"jquery": "^3.7.1",
|
||||
"ldapts": "^2.12.0",
|
||||
"linux-sys-user": "^1.1.8",
|
||||
|
||||
Reference in New Issue
Block a user