Skip to content

Commit

Permalink
fix: Removing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Dec 3, 2019
1 parent bc0c202 commit 8db9286
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 589 deletions.
11 changes: 5 additions & 6 deletions examples/expressjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"@types/express-handlebars": "^3.1.0",
"@types/express-session": "^1.15.16",
"@types/express-socket.io-session": "^1.3.2",
"@types/socket.io": "^2.1.4",
"apollo-server-express": "^2.9.9",
"daf-core": "../../packages/daf-core",
"daf-data-store": "../../packages/daf-data-store",
"daf-debug": "../../packages/daf-debug",
Expand Down Expand Up @@ -44,6 +39,10 @@
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/lodash.merge": "^4.6.6"
"@types/express-handlebars": "^3.1.0",
"@types/express-session": "^1.15.16",
"@types/express-socket.io-session": "^1.3.2",
"@types/lodash.merge": "^4.6.6",
"@types/socket.io": "^2.1.4"
}
}
Loading

0 comments on commit 8db9286

Please sign in to comment.