Skip to content

Commit

Permalink
ch 6, ex 5 - sorted dependencies in package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
artursudnik committed Oct 22, 2019
1 parent 2c10804 commit 13fa7d8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions exercises/ch-6-ex-5/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"dependencies": {
"express": "^4.13.1",
"request": "^2.58.0",
"sync-request": "^2.0.1",
"base64url": "^1.0.4",
"body-parser": "^1.13.2",
"underscore": "^1.8.3",
"underscore.string": "^3.1.1",
"consolidate": "^0.13.1",
"cors": "^2.7.1",
"express": "^4.13.1",
"jsrsasign": "^5.0.0",
"nosql": "^6.1.0",
"qs": "^4.0.0",
"randomstring": "^1.0.7",
"nosql": "^6.1.0",
"base64url": "^1.0.4",
"cors": "^2.7.1",
"jsrsasign": "^5.0.0"
"request": "^2.58.0",
"sync-request": "^2.0.1",
"underscore": "^1.8.3",
"underscore.string": "^3.1.1"
}
}

0 comments on commit 13fa7d8

Please sign in to comment.