From 7f1a3ed3b2b42e3efd0b6ae6e684340a907564b4 Mon Sep 17 00:00:00 2001 From: Jason Maurer Date: Tue, 28 Dec 2021 20:08:54 -0700 Subject: [PATCH] Bump version to 0.0.2 --- .gitignore | 5 ++++- publish/npm/package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0bf0291..f36ba6b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,8 @@ *.sass.map *.scss.map -# The directory we write compiled artifacts to. +# The directory we write compiled artifacts to /_build/ + +# The example file sometimes used for manual testing +example.scss diff --git a/publish/npm/package.json b/publish/npm/package.json index 0cacd07..d30626b 100644 --- a/publish/npm/package.json +++ b/publish/npm/package.json @@ -1,6 +1,6 @@ { "name": "@ssbuild/core", - "version": "0.0.1", + "version": "0.0.2", "description": "A style system generator and utility-first CSS framework built in Sass.", "main": "index.scss", "license": "MIT",