diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..b30f305 --- /dev/null +++ b/bower.json @@ -0,0 +1,11 @@ +{ + "name": "shopware-missing-mixins", + "description": "missing basic less-mixins for Shopware 5", + "main": "all.less", + "license": "MIT", + "keywords": [ + "shopware", + "less", + "mixins" + ] +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..20b96fb --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "shopware-missing-mixins", + "version": "0.1.0", + "description": "missing basic less-mixins for Shopware 5", + "main": "all.less", + "license": "MIT", + "keywords": [ + "shopware", + "less", + "mixins" + ] +}