Skip to content

Commit

Permalink
chore(package): trying to fix package
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed May 10, 2016
1 parent a2aa1e3 commit 1619cf9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/aurelia/validation/issues"
},
"license": "CC0-1.0",
"license": "MIT",
"author": "Patrick Walters <[email protected]> (http://patrickwalters.net/)",
"main": "dist/commonjs/index.js",
"repository": {
Expand All @@ -38,6 +38,9 @@
"babel-runtime": "^5.8.24"
}
},
"dependencies": {
"aurelia-dependency-injection": "^1.0.0-beta.1.2.0"
},
"devDependencies": {
"aurelia-tools": "^0.1.3",
"babel-dts-generator": "^0.4.7",
Expand Down Expand Up @@ -78,8 +81,5 @@
"vinyl": "^1.1.1",
"vinyl-paths": "^1.0.0",
"yargs": "^2.1.1"
},
"dependencies": {
"aurelia-dependency-injection": "^1.0.0-beta.1.2.0"
}
}

0 comments on commit 1619cf9

Please sign in to comment.