Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Change for reload package release
  • Loading branch information
bicisteadm authored Dec 25, 2019
1 parent 7848a70 commit 04f9c7c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "janmarek/webloader",
"name": "bicisteadm/webloader-reload",
"description": "Tool for loading or deploying CSS and JS files into web pages",
"keywords": ["webloader", "css", "javascript", "assets", "nette"],
"keywords": ["webloader", "css", "javascript", "assets", "nette", "reload"],
"homepage": "http://addons.nette.org/cs/webloader",
"license": "MIT",
"authors": [
Expand All @@ -11,9 +11,9 @@
}
],
"autoload": {
"psr-0": {
"WebLoader": ""
}
"psr-4": {
"WebLoader\\": "WebLoader/"
}
},
"require": {
"php": ">= 7.1",
Expand Down

0 comments on commit 04f9c7c

Please sign in to comment.