Browse code

use only lowercase in package name

Benjamin Roth authored on22/05/2020 21:46:51
Showing1 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 {
2
-  "name": "vonRotenberg/contao-component-animejs",
2
+  "name": "vonrotenberg/contao-component-animejs",
3 3
   "type": "contao-component",
4 4
   "description": "anime.js animation library integration for Contao Open Source CMS",
5 5
   "license": "MIT",
Browse code

Initial commit

Benjamin Roth authored on22/05/2020 11:59:22
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,15 @@
1
+{
2
+  "name": "vonRotenberg/contao-component-animejs",
3
+  "type": "contao-component",
4
+  "description": "anime.js animation library integration for Contao Open Source CMS",
5
+  "license": "MIT",
6
+  "authors": [
7
+    {
8
+      "name": "Benjamin Roth",
9
+      "homepage": "https://www.vonrotenberg.de"
10
+    }
11
+  ],
12
+  "require": {
13
+    "contao-components/installer": "^1.2.0"
14
+  }
15
+}
0 16
\ No newline at end of file