diff --git a/CHANGELOG.md b/CHANGELOG.md index 784f050..55432aa 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +v0.8.2 +------------------------------ +*January 26, 2018* + +### Added +- Added "files" property to `package.json` so that only the `dist` directory is published to npm. + + v0.8.1 ------------------------------ *January 26, 2018* diff --git a/package.json b/package.json index cf1b712..b8e08cc 100755 --- a/package.json +++ b/package.json @@ -1,8 +1,11 @@ { "name": "@justeat/f-validate", "description": "Fozzie vanilla JS Validation Component", - "version": "0.8.1", + "version": "0.8.2", "main": "dist/index.js", + "files": [ + "dist" + ], "homepage": "https://github.com/justeat/f-validate", "contributors": [ "Github contributors "