From 9629d9f0eeefe4e5538dd34d0732732cf080da6c Mon Sep 17 00:00:00 2001 From: Duane Fields Date: Tue, 5 May 2015 15:07:24 -0500 Subject: [PATCH] don't bower install --- demo.html | 2 +- node_modules/ui-styles/package.json | 4 ++-- node_modules/ui-styles/typography.less | 4 ++-- package.json | 1 - 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/demo.html b/demo.html index 00a748b2..7dce7e29 100644 --- a/demo.html +++ b/demo.html @@ -105,7 +105,7 @@

Charts From Epiquery

cols="[{'id':'date', 'type':'date'}, {'id':'applied'}, {'id':'accepted'}, {'id':'paid'}]"> - diff --git a/node_modules/ui-styles/package.json b/node_modules/ui-styles/package.json index 3b9dae01..d8cac969 100644 --- a/node_modules/ui-styles/package.json +++ b/node_modules/ui-styles/package.json @@ -16,7 +16,7 @@ }, "homepage": "https://github.com/Custom-Elements/ui-styles", "_id": "ui-styles@0.0.0", - "_shasum": "c3050a4cf7569a9ccba062b368152fd46f8f9ade", - "_resolved": "git://github.com/custom-elements/ui-styles#234a8c7dc866a1f153c2cfd5c830c14771345fb7", + "_shasum": "f6b32485c961f1db1c77927435e343eba127d1a4", + "_resolved": "git://github.com/custom-elements/ui-styles#164059501d4a38533c4d86de78c0729d0ac0cc1c", "_from": "ui-styles@git://github.com/custom-elements/ui-styles#master" } diff --git a/node_modules/ui-styles/typography.less b/node_modules/ui-styles/typography.less index 9a095a71..5adee37d 100644 --- a/node_modules/ui-styles/typography.less +++ b/node_modules/ui-styles/typography.less @@ -25,7 +25,7 @@ a { vertical-align: baseline; font-style: normal; font-weight: normal; - color: @red; + color: @blue; text-decoration: none; cursor: pointer; } @@ -34,7 +34,7 @@ a img { text-decoration: none; } a:hover { - color: darken(@red, 10%); + color: darken(@blue, 10%); } h1 { diff --git a/package.json b/package.json index 6602dd07..91345175 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,6 @@ "description": "", "main": "index.js", "scripts": { - "postinstall": "./node_modules/.bin/bower install", "start": "./node_modules/.bin/polymer-serve --cache .", "test": "./node_modules/.bin/polymer-serve ." },