-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "ember-magic-resolver", | ||
"description": "Module resolver for Ember that supports named exports", | ||
"version": "0.1.0", | ||
"version": "0.1.2", | ||
"homepage": "http://github.com/bintoro/ember-magic-resolver", | ||
"author": "Kalle Tuure <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -22,5 +22,5 @@ | |
"bugs": { | ||
"url": "http://github.com/bintoro/ember-magic-resolver/issues" | ||
}, | ||
"readme": "Magic Resolver adds support for named exports to the Ember CLI module system, allowing developers to group related classes into larger modules.\n\nFor the full documentation, see http://github.com/bintoro/ember-magic-resolver.\n" | ||
"readme": "Magic Resolver adds support for named exports\nto the Ember CLI module system, allowing developers\nto group related classes into larger modules.\n\nFor the full documentation, see\nhttp://github.com/bintoro/ember-magic-resolver.\n" | ||
} |