From 5bf080d8fdb7de068d0d6c82f51f8bd7a00cf389 Mon Sep 17 00:00:00 2001 From: Daniel Harvey Date: Fri, 26 Jul 2019 13:52:17 +0100 Subject: [PATCH] Keep bowser happy --- bower.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..83a00a9 --- /dev/null +++ b/bower.json @@ -0,0 +1,24 @@ +{ + "name": "purescript-stylesheet", + "repository": { + "type": "git", + "url": "https://github.com/danieljharvey/purescript-stylesheet.git" + }, + "description": "CSS-in-Purs", + "authors": [ + "Daniel Harvey " + ], + "license": "MIT", + "keywords": [ + "CSS", + "Stylesheet" + ], + "homepage": "https://github.com/danieljharvey/purs-cssom", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}