Commit 9f4578d6 authored by Arthur Verschaeve's avatar Arthur Verschaeve

Angular: move `angular-route` to `dependencies`

We need it to run the app so it isn't a dev dependency.
parent cad86785
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
"dependencies": { "dependencies": {
"angular": "^1.3.12", "angular": "^1.3.12",
"todomvc-common": "^1.0.0", "todomvc-common": "^1.0.0",
"todomvc-app-css": "^1.0.1" "todomvc-app-css": "^1.0.1",
"angular-route": "^1.3.12"
}, },
"devDependencies": { "devDependencies": {
"angular-mocks": "^1.3.12", "angular-mocks": "^1.3.12"
"angular-route": "^1.3.12"
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment