Sign in
梁美英
/
programming
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
ff043f20e8a8c0781f546107002ce7b1bf835106
Authored by
ykxie
2017-06-12 19:47:50 +0800
1 parent
520768a7
delete packagejson
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
package.json
package.json
View file @
ff043f2
...
...
@@ -18,10 +18,9 @@
18
18
},
19
19
"homepage": "https://github.com/xieyankun/layout#readme",
20
20
"devDependencies": {
21
+ "express": "^4.15.3",
21
22
"socket.io": "^1.7.3"
22
23
},
23
24
"dependencies": {
24
- "express": "^4.15.3",
25
- "gulp-concat": "^2.6.1"
26
25
}
27
26
}
...
...