From 1053567e1e89a99413431a5eb7fc03ac80570e0b Mon Sep 17 00:00:00 2001 From: Phillip Johnsen Date: Wed, 30 Oct 2019 20:50:19 +0100 Subject: [PATCH] Drop bower support by deleting bower.json As part of removing traces of bower since it has been deprecated for several years already. Refs https://github.com/janl/mustache.js/pull/725 --- bower.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 bower.json diff --git a/bower.json b/bower.json deleted file mode 100644 index 3a92948..0000000 --- a/bower.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "name": "mustache.js", - "main": "mustache.js", - "homepage": "https://github.com/janl/mustache.js", - "authors": [ - "mustache.js Authors " - ], - "description": "Logic-less {{mustache}} templates with JavaScript", - "keywords": ["mustache", "template", "templates", "ejs"], - "moduleType": [ - "amd", - "globals", - "node" - ], - "license": "MIT", - "ignore": [ - "**/.*", - "test" - ] -}