Skip to content

Commit

Permalink
Try to fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Aug 26, 2022
1 parent aad7b9b commit d3a32f2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
20 changes: 11 additions & 9 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ module.exports = function (defaults) {
behave. You most likely want to be modifying `./index.js` or app's build file
*/

const { maybeEmbroider } = require('@embroider/test-setup');
return maybeEmbroider(app, {
skipBabel: [
{
package: 'qunit',
},
{ package: 'velocity' },
],
});
// const { maybeEmbroider } = require('@embroider/test-setup');
// return maybeEmbroider(app, {
// skipBabel: [
// {
// package: 'qunit',
// },
// { package: 'velocity' },
// ],
// });

return app.toTree();
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"ember-auto-import": "^2.4.2",
"ember-cli-babel": "^7.26.11",
"ember-cli-htmlbars": "^6.1.0",
"shepherd.js": "^10.0.0"
"shepherd.js": "^10.0.1"
},
"devDependencies": {
"@babel/preset-env": "^7.16.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15054,7 +15054,7 @@ shellwords@^0.1.1:
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
integrity sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==

shepherd.js@^10.0.0:
shepherd.js@^10.0.1:
version "10.0.1"
resolved "https://registry.yarnpkg.com/shepherd.js/-/shepherd.js-10.0.1.tgz#f01772e1ad972771ab53822ae7496371ab5098e1"
integrity sha512-R32v4b4b0N1gK/vxvRtdhty+SBZlBPcPTSYCwcaAQvFd0n6Xki7cRH6Sx0oD9WB/HCkqCNM1msyIyylXmq635w==
Expand Down

0 comments on commit d3a32f2

Please sign in to comment.