Skip to content

Commit

Permalink
fixed: use asset-packagist for NPM assets
Browse files Browse the repository at this point in the history
fixes #14
  • Loading branch information
jeabakker committed May 18, 2020
1 parent 614e38a commit 1803786
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,16 @@
},
"conflict": {
"elgg/elgg": "<3.3"
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"config": {
"fxp-asset": {
"enabled": false
}
}
}
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit 1803786

Please sign in to comment.