From 1ca8429acd33c441cf64c590185c6534e5366431 Mon Sep 17 00:00:00 2001 From: David Chambers Date: Sat, 16 Jun 2018 16:12:27 +0200 Subject: [PATCH] remove bower.json --- bower.json | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 bower.json diff --git a/bower.json b/bower.json deleted file mode 100644 index 66fd2fa..0000000 --- a/bower.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "name": "fantasy-land", - "description": "Specification for interoperability of common algebraic structures in JavaScript", - "license": "MIT", - "repository": { - "type": "git", - "url": "git://github.com/fantasyland/fantasy-land.git" - }, - "main": "index.js", - "moduleType": [ - "globals", - "node" - ], - "keywords": [ - "algebraic", - "monad", - "applicative", - "functor", - "monoid", - "semigroup", - "chain", - "apply" - ], - "ignore": [ - "/.git/", - "/bower_components/", - "/figures/", - "/laws/", - "/node_modules/", - "/.*", - "/id.js", - "/test.js", - "/implementations.md", - "/logo.png", - "/package.json" - ] -}