Skip to content

Commit

Permalink
fix(dependencies): move Typescript from devDependencies to Dependencies
Browse files Browse the repository at this point in the history
* fix(dependencies): move Typescript from devDependencies to Dependencies

* fix(packages): fix package order
  • Loading branch information
maroy1986 authored and Erik Lieben committed Jan 27, 2018
1 parent f807928 commit f68830b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,9 @@
"aurelia.featureToggles": {
"type": "object",
"description": "enable beta features",
"default":
{
"smartAutocomplete": false
}
"default": {
"smartAutocomplete": false
}
},
"aurelia.autocomplete.bindings.data": {
"type": "array",
Expand Down Expand Up @@ -255,7 +254,6 @@
"mocha": "^3.3.0",
"mocha-junit-reporter": "^1.13.0",
"tslint": "^5.2.0",
"typescript": "^2.3.2",
"vscode": "^1.1.10",
"vscode-textmate": "^3.1.4"
},
Expand All @@ -266,6 +264,7 @@
"aurelia-templating-binding": "^1.4.0",
"parse5": "^3.0.1",
"reflect-metadata": "^0.1.9",
"typescript": "^2.3.2",
"vscode-languageclient": "^3.5.0",
"vscode-languageserver": "^3.5.0",
"vscode-languageserver-types": "^3.5.0",
Expand Down

0 comments on commit f68830b

Please sign in to comment.