Skip to content

Commit 388043b

Browse files
committed
Set ember-idx-utils as dependency
1 parent 108caa0 commit 388043b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
},
1717
"author": "",
1818
"license": "ASF2",
19+
"dependencies": {
20+
"ember-idx-utils": "^0.2.0"
21+
},
1922
"devDependencies": {
2023
"broccoli-asset-rev": "^1.0.0",
2124
"broccoli-ember-hbs-template-compiler": "^1.6.1",
@@ -30,7 +33,6 @@
3033
"ember-cli-qunit": "0.1.2",
3134
"ember-data": "1.0.0-beta.12",
3235
"ember-export-application-global": "^1.0.0",
33-
"ember-idx-utils": "^0.2.0",
3436
"express": "^4.8.5",
3537
"glob": "^4.0.5"
3638
},
@@ -43,5 +45,9 @@
4345
],
4446
"ember-addon": {
4547
"configPath": "tests/dummy/config"
46-
}
48+
},
49+
"readme": "# Ember-idx-tree\n\nEmber Idx Tree is a sophisticated tree component for Ember.js,\n\nThis README outlines the details of collaborating on this Ember addon.\n\n## Installation & Tutorial\n\n### With Ember-CLI:\n\nnpm install --save-dev ember-idx-tree\n\nPlease visit the documentation for installation & usage documentations: http://indexiatech.github.io/ember-idx-tree\n\n## Plugin Development\n\n* `git clone` this repository\n* `npm install`\n* `bower install`\n\n## Running\n\n* `ember server`\n* Visit your app at http://localhost:4200.\n\n## Running Tests\n\n* `ember test`\n* `ember test --server`\n\n## Building\n\n* `ember build`",
50+
"readmeFilename": "README.md",
51+
"_id": "ember-idx-tree@0.1.0",
52+
"_from": "ember-idx-tree@*"
4753
}

0 commit comments

Comments
 (0)