ember-tribe 2.4.10 → 2.4.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,7 +26,7 @@ ember install ember-tribe
26
26
 
27
27
  ## Overview
28
28
 
29
- Ember-tribe is a powerful Ember.js addon that bridges the gap between backend CMS data structures and frontend application development. It helps you make an Ember app from storylang.json and simplified-types.json files.
29
+ ember-tribe is a powerful Ember.js addon that bridges the gap between backend CMS data structures and frontend application development. It helps you make an Ember app based on storylang.json and simplified-types.json files, if and when these files are availble.
30
30
 
31
31
  ## Purpose
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ember-tribe",
3
- "version": "2.4.10",
3
+ "version": "2.4.11",
4
4
  "description": "The default blueprint for using Tribe and Junction within EmberJS.",
5
5
  "keywords": [
6
6
  "ember-addon"