diff --git a/changelog.md b/changelog.md index f103d06..802cc2c 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## Unreleased + +### Fixes + +- fix missing files in distribution + ## [1.0.0-alpha-5](https://github.com/ungoldman/style.css/releases/v1.0.0-alpha-5) - 2016-10-08 [view diff](https://github.com/ungoldman/style.css/compare/v1.0.0-alpha-4...v1.0.0-alpha-5) diff --git a/package.json b/package.json index edc7920..9424a15 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,9 @@ }, "files": [ "style.css", + "style.scss", + "serif.css", + "serif.scss", "src/scss" ], "homepage": "https://github.com/ungoldman/style.css",