Skip to content

Commit

Permalink
Merge pull request #16 from humanmade/adding-composer-installers-dep
Browse files Browse the repository at this point in the history
Adding composer installers as a dependency
  • Loading branch information
kadamwhite authored Nov 14, 2019
2 parents 9db9243 + 8735793 commit bd1e795
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 9 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"description": "Utilities to seamlessly consume Webpack-bundled assets in WordPress themes & plugins.",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"require": {
"composer/installers": "~1.0"
},
"require-dev": {
"humanmade/coding-standards": "^0.6.0"
},
Expand Down
141 changes: 132 additions & 9 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd1e795

Please sign in to comment.