From 2942d30cd04a6d05dccba37cd65e0f261acce107 Mon Sep 17 00:00:00 2001 From: Behind The Math Date: Tue, 9 Jan 2018 15:52:05 -0500 Subject: [PATCH] Remove bower.json --- bower.json | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 bower.json diff --git a/bower.json b/bower.json deleted file mode 100644 index 6cc7c13..0000000 --- a/bower.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "name": "pjax", - "version": "0.2.4", - "description": "Easily enable fast Ajax navigation on any website (using pushState + xhr)", - "keywords": [ - "pjax", - "push", - "state", - "ajax", - "navigation", - "transition", - "animation" - ], - "main": "pjax.js", - "homepage": "https://github.com/MoOx/pjax", - "authors": [ - "Maxime Thirouin" - ], - "license": "MIT", - "moduleType": [ - "node" - ], - "ignore": [ - "**/.*", - "node_modules", - "test", - "tests" - ] -}