Skip to content

Commit

Permalink
feat: better support of Aurelia cli.
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Jan 30, 2018
1 parent a426f6f commit 9ab41d6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,20 @@
"dependencies": {
"bcx-expression-evaluator": "^0.3.3",
"lodash": "^4.17.4"
},
"aurelia": {
"import": {
"dependencies": [
"bcx-expression-evaluator",
"bcx-validation",
"lodash"
],
"tutorial": [
"Inject to your Aurelia component",
"import Validation from 'bcx-validation';",
"@inject(Validation)",
"export class YourComponent {...}"
]
}
}
}

0 comments on commit 9ab41d6

Please sign in to comment.