Skip to content

Commit

Permalink
Merge pull request #4 from mike-north/blueprint
Browse files Browse the repository at this point in the history
Blueprint
  • Loading branch information
mike-north committed Aug 31, 2015
2 parents 3c4d83c + 4a0f83d commit b3e42f5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions blueprints/.jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"predef": [
"console"
],
"strict": false
}
8 changes: 8 additions & 0 deletions blueprints/ember-load/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {
description: 'install ember-load into a typical project',
normalizeEntityName: function() {}, // no-op since we're just adding dependencies

afterInstall: function () {
return this.addPackageToProject('ember-legacy-views', '~0.2.0');
}
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-load",
"version": "0.0.1",
"version": "0.0.2",
"description": "Spinner while your ember.js app loads",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit b3e42f5

Please sign in to comment.