Skip to content

Commit

Permalink
Adding composer installers as a dependency so I can change the instal…
Browse files Browse the repository at this point in the history
…lation path when using this package.
  • Loading branch information
kevinlangleyjr committed Oct 23, 2019
1 parent 9db9243 commit 8735793
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 8735793

Please sign in to comment.