Skip to content

Commit

Permalink
fixing moment to 2.18.1 because of moment/moment#4227
Browse files Browse the repository at this point in the history
  • Loading branch information
amarzavery committed Oct 11, 2017
1 parent 5718d05 commit bee8858
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/azure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"tslint": "^5.7.0",
"typescript": "^2.5.2",
"moment": "^2.18.1",
"moment": "2.18.1",
"mocha": "3.5.3",
"should": "5.2.0",
"@types/mocha": "^2.2.43",
Expand Down
4 changes: 2 additions & 2 deletions test/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"dependencies": {
"ms-rest-js": "^0.2.0"
"ms-rest-js": "^0.2.1"
},
"devDependencies": {
"tslint": "^5.7.0",
Expand All @@ -25,7 +25,7 @@
"@types/node": "^8.0.28",
"xunit-file": "0.0.5",
"mocha": "^3.5.3",
"moment": "^2.18.1",
"moment": "2.18.1",
"should": "^11.2.1"
},
"homepage": "https://github.com/Azure/AutoRest/src/generator/AutoRest.TypeScript.Tests",
Expand Down

0 comments on commit bee8858

Please sign in to comment.