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",