Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

#391 Upgrade grunt and other library versions in build #391

Merged
merged 1 commit into from
Sep 4, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 19 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,18 @@
},
"author": "Hamlet D'Arcy",
"contributors": [
{ "name": "Bernd Kiefer", "email": "[email protected]" },
{ "name": "Daniel Manesku", "email": "[email protected]" },
{ "name": "Hamlet D'Arcy", "email": "[email protected]" }
{
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-formatted by npm 5 (I did not include the lockfile in this PR since y'all don't use npm 5 on this project)

"name": "Bernd Kiefer",
"email": "[email protected]"
},
{
"name": "Daniel Manesku",
"email": "[email protected]"
},
{
"name": "Hamlet D'Arcy",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/Microsoft/tslint-microsoft-contrib/issues"
Expand All @@ -31,13 +40,13 @@
},
"devDependencies": {
"chai": "3.2.0",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-copy": "0.8.0",
"grunt-contrib-watch": "0.6.1",
"grunt-mocha-test": "0.12.7",
"grunt-ts": "5.5.1",
"grunt-tslint": "5.0.1",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "0.13.2",
"grunt-ts": "^6.0.0-beta.16",
"grunt-tslint": "^5.0.1",
"load-grunt-tasks": "3.2.0",
"mocha": "2.2.5",
"time-grunt": "1.2.1",
Expand Down