Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
User Account
Commits
39573922
Commit
39573922
authored
3 years ago
by
Rosanny Sihombing
Browse files
Options
Download
Email Patches
Plain Diff
move nodemon to devDependencies
parent
87c944c3
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package-lock.json
+208
-51
package-lock.json
package.json
+3
-2
package.json
with
211 additions
and
53 deletions
+211
-53
package-lock.json
+
208
-
51
View file @
39573922
This diff is collapsed.
Click to expand it.
package.json
+
3
-
2
View file @
39573922
...
...
@@ -42,12 +42,13 @@
"
mysql
"
:
"
^2.17.1
"
,
"
mysql2
"
:
"
^2.2.5
"
,
"
nodemailer
"
:
"
^6.3.1
"
,
"
nodemon
"
:
"
^2.0.1
"
,
"
passport
"
:
"
0.3.2
"
,
"
passport-saml
"
:
"
^2.1.0
"
,
"
pug
"
:
"
^3.0.2
"
},
"devDependencies"
:
{},
"devDependencies"
:
{
"
nodemon
"
:
"
^2.0.1
"
},
"engines"
:
{
"node"
:
">= 4.0.0"
},
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment