Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwi-commerce authored Jun 8, 2018
1 parent ef41396 commit f7707e2
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "kiwicommerce/magento2-admin-activity",
"name": "kiwicommerce/module-admin-activity",
"description": "Magento 2 - Admin Activity",
"type": "magento2-module",
"version": "1.0.0",
"version": "1.0.1",
"license": [
"OSL-3.0"
],
"minimum-stability": "dev",
"authors": [
{
"name": "Kiwi Commerce Ltd",
Expand All @@ -14,12 +15,6 @@
"role": "Leader"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/kiwicommerce/magento2-admin-activity"
}
],
"autoload": {
"files": [
"registration.php"
Expand All @@ -28,4 +23,4 @@
"KiwiCommerce\\AdminActivity\\": ""
}
}
}
}

0 comments on commit f7707e2

Please sign in to comment.