Skip to content

Commit

Permalink
chore(bower): add missing info
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed May 9, 2016
1 parent f3d6ef1 commit a2aa1e3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 23 deletions.
23 changes: 0 additions & 23 deletions aurelia-validation/aurelia-validation.d.ts

This file was deleted.

24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "aurelia-validation",
"version": "0.8.0",
"description": "This is a validation interface for hooking in to Aurelia's binding and templating engines.",
"keywords": [
"aurelia",
"plugin",
"validation"
],
"homepage": "http://aurelia.io",
"main": "dist/commonjs/index.js",
"moduleType": "node",
"license": "MIT",
"authors": [
"Patrick Walters <[email protected]> (http://patrickwalters.net/)",
],
"repository": {
"type": "git",
"url": "http://github.com/aurelia/validation"
},
"dependencies": {

}
}

0 comments on commit a2aa1e3

Please sign in to comment.