Skip to content

Commit

Permalink
mege dynamic-layout code and bump version to fix #17
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbutler committed Oct 9, 2015
1 parent 35fc9a5 commit 9b6781c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: 'iron:layout',
summary: 'Dynamic layouts which enable rendering dynamic templates into regions on a page.',
version: '1.0.11',
version: '1.0.12',
git: 'https://github.com/iron-meteor/iron-layout'
});

Expand All @@ -20,7 +20,7 @@ Package.on_use(function (api) {
api.imply('iron:core');

// dynamic templates
api.use('iron:dynamic-template@1.0.11');
api.use('iron:dynamic-template@1.0.12');

// if you use iron-layout you should get iron-dynamic-template for free!
api.imply('iron:dynamic-template');
Expand Down

0 comments on commit 9b6781c

Please sign in to comment.