Skip to content

Commit

Permalink
fix(package.json): add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahilKazlachev committed Aug 13, 2018
1 parent 392d6b0 commit ed9c5df
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 81 deletions.
91 changes: 11 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"aurelia-templating": "^1.8.2"
},
"dependencies": {
"aurelia-binding": "^2.1.4",
"aurelia-dependency-injection": "^1.0.0",
"aurelia-metadata": "^1.0.0",
"aurelia-pal": "^1.0.0",
Expand All @@ -79,6 +80,7 @@
}
},
"dependencies": {
"aurelia-binding": "^2.1.4",
"aurelia-dependency-injection": "^1.0.0",
"aurelia-framework": "^1.0.0",
"aurelia-metadata": "^1.0.0",
Expand All @@ -87,7 +89,6 @@
},
"devDependencies": {
"@types/jasmine": "2.5.47",
"aurelia-binding": "^1.2.1",
"aurelia-bootstrapper": "^2.0.1",
"aurelia-event-aggregator": "^1.0.1",
"aurelia-loader": "^1.0.0",
Expand Down

0 comments on commit ed9c5df

Please sign in to comment.