-
-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(package): trying to fix package
- Loading branch information
1 parent
a2aa1e3
commit 1619cf9
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": { | ||
|
@@ -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", | ||
|
@@ -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" | ||
} | ||
} |