Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
v0.8.2 — Added "files" property to package.json. (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianMullins authored and kymmew committed Jan 26, 2018
1 parent c138d80 commit 850a0d3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/justeat/f-validate/graphs/contributors>"
Expand Down

0 comments on commit 850a0d3

Please sign in to comment.