Skip to content

Commit

Permalink
fix(init): add document-ready as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandg7 committed Mar 16, 2021
1 parent e759f78 commit 2f2800d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/nx-shopify/src/generators/init/init.generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ import { InitGeneratorSchema } from './schema';
function updateDependencies(tree: Tree) {
return addDependenciesToPackageJson(
tree,
{},
{
autoprefixer: autoprefixerVersion,
'document-ready': documentReadyVersion,
},
{
autoprefixer: autoprefixerVersion,
'postcss-combine-media-query': postcssCombineMediaQueryVersion,
}
);
Expand Down

0 comments on commit 2f2800d

Please sign in to comment.