Skip to content

Commit 9172a30

Browse files
committed
fix json install directory
1 parent 0de9b2a commit 9172a30

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

composer.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"type": "magento2-module",
22-
"version": "0.0.2",
22+
"version": "0.0.3",
2323
"license": ["OSL-3.0"],
2424
"autoload": {
2525
"files": [
@@ -29,13 +29,5 @@
2929
"CodingDaniel\\Core\\": ""
3030
}
3131
},
32-
"extra": {
33-
"map": [
34-
[
35-
"*",
36-
"CodingDaniel/Core"
37-
]
38-
]
39-
},
4032
"minimum-stability": "dev"
4133
}

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
4-
<module name="CodingDaniel_Core" setup_version="0.0.2"/>
4+
<module name="CodingDaniel_Core" setup_version="0.0.3"/>
55
</config>

0 commit comments

Comments
 (0)