From 0cb7ba01f79fdf5f51b53553faec801ee16b2009 Mon Sep 17 00:00:00 2001 From: Glen Cheney Date: Fri, 9 Jun 2017 11:17:32 -0700 Subject: [PATCH] Remove explicit bower support. --- bower.json | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 bower.json diff --git a/bower.json b/bower.json deleted file mode 100644 index b64efee..0000000 --- a/bower.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "shufflejs", - "homepage": "https://github.com/Vestride/Shuffle", - "authors": [ - "Glen Cheney " - ], - "description": "Categorize, sort, and filter a responsive grid of items", - "main": "dist/shuffle.js", - "moduleType": [ - "amd", - "globals" - ], - "keywords": [ - "gallery", - "shuffle", - "layout", - "masonry", - "filter", - "sort", - "responsive", - "grid", - "mobile", - "tiles" - ], - "license": "MIT", - "ignore": [ - "**/.*", - "**/_*", - "css", - "img", - "js", - "node_modules", - "bower_components", - "gulp", - "gulpfile.js", - "favicon.png", - "index.html", - "robots.txt", - "test", - "tests", - "webpack.config.js", - "webpack.config.min.js" - ] -}