Sort dependencies

This commit is contained in:
David Fowler 2015-04-01 03:24:20 -07:00
parent 04e5a558ab
commit 4b8f02d7af
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"dependencies": { "dependencies": {
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
"Microsoft.AspNet.Http": "1.0.0-*", "Microsoft.AspNet.Http": "1.0.0-*",
"Microsoft.Framework.ConfigurationModel.Interfaces": "1.0.0-*", "Microsoft.Framework.ConfigurationModel.Interfaces": "1.0.0-*"
"Microsoft.AspNet.FeatureModel": "1.0.0-*"
}, },
"frameworks": { "frameworks": {