Skip to content

Commit

Permalink
Bump @glimmer/di and @glimmer/build
Browse files Browse the repository at this point in the history
  • Loading branch information
dgeb committed Mar 19, 2017
1 parent 37abbe3 commit f146554
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
12 changes: 1 addition & 11 deletions Brocfile.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
"use strict";

const build = require('@glimmer/build');
const funnel = require('broccoli-funnel');
const path = require('path');

let buildOptions = {};

if (process.env.BROCCOLI_ENV === 'tests') {
buildOptions.vendorTrees = [
funnel(path.dirname(require.resolve('@glimmer/di/package')), { include: ['dist/amd/es5/**/*.js'] })
];
}

module.exports = build(buildOptions);
module.exports = build({ vendorPackages: ['@glimmer/di'] });
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"test": "testem ci"
},
"dependencies": {
"@glimmer/di": "^0.1.11"
"@glimmer/di": "^0.2.0"
},
"devDependencies": {
"@glimmer/build": "^0.5.0",
"@glimmer/build": "^0.6.0",
"broccoli": "^1.1.0",
"broccoli-cli": "^1.0.0",
"testem": "^1.13.0"
Expand Down

0 comments on commit f146554

Please sign in to comment.