Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
nodejs-60-2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
winai buttasart
nodejs-60-2
Commits
63e74660
Commit
63e74660
authored
Feb 14, 2018
by
winai buttasart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
start week 05
parent
c8ab9a3e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
package.json
week04/contact-manager/package.json
+5
-2
README.md
week05/README.md
+0
-0
No files found.
week04/contact-manager/package.json
View file @
63e74660
...
...
@@ -6,10 +6,13 @@
"author"
:
"nize"
,
"license"
:
"MIT"
,
"preferGlobal"
:
true
,
"bin"
:
"./index.js"
,
"bin"
:
{
"contact"
:
"./index.js"
},
"dependencies"
:
{
"commander"
:
"^2.14.0"
,
"inquirer"
:
"^5.1.0"
,
"mongoose"
:
"^5.0.3"
"mongoose"
:
"^5.0.3"
,
"yarn"
:
"^1.3.2"
}
}
week05/README.md
0 → 100644
View file @
63e74660
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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