Revision 7e5509891ac3c97191d6f8040a09df70384f353e authored by Ashley Harrison on 04 October 2022, 09:40:34 UTC, committed by GitHub on 04 October 2022, 09:40:34 UTC
* adjust megamenu position in mobile

* improve mobile breadcrumb logic
1 parent 3c1de87
Raw File
package.json
{
  "name": "Grafana-Email-Campaign",
  "version": "1.0.0",
  "description": "Grafana Email templates based on Zurb Ink",
  "repository": "dnnsldr/",
  "author": {
    "name": "dnnsldr",
    "email": "delder@riester.com",
    "url": "https://github.com/dnnsldr"
  },
  "scripts": {
    "build": "grunt",
    "start": "grunt watch"
  },
  "devDependencies": {
    "grunt": "1.0.1",
    "grunt-premailer": "1.1.0",
    "grunt-processhtml": "^0.4.2",
    "grunt-uncss": "0.9.0",
    "load-grunt-config": "3.0.1",
    "grunt-contrib-watch": "1.1.0",
    "grunt-text-replace": "0.4.0",
    "grunt-assemble": "0.6.3",
    "grunt-contrib-clean": "2.0.0"
  }
}
back to top