From e7e6c0770baa8788d2f52047c62f0261c2e46508 Mon Sep 17 00:00:00 2001 From: Chris Burnell Date: Mon, 7 Sep 2020 09:22:47 +0100 Subject: [PATCH] :package: Ensure CSS files aren't in package --- .npmignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 26f5c15..b9fe8d4 100644 --- a/.npmignore +++ b/.npmignore @@ -1 +1,2 @@ .github +*.css diff --git a/package.json b/package.json index eec1cc3..83d2f90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chrisburnell/bowhead", - "version": "0.1.7", + "version": "0.1.8", "description": "Memorable and maintainable design tokens in SCSS", "main": "bowhead.scss", "scripts": {