Skip to content

Commit

Permalink
Exclude fixtures from package (#16)
Browse files Browse the repository at this point in the history
* Add fixtures to ignored files
  • Loading branch information
helloitsjoe committed May 4, 2022
1 parent 9c78bb6 commit 66a9281
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ This changelog format is largely based on [Keep A Changelog](https://keepachange

#### 🔨 Chores & Documentation

## [0.1.3] - 2022-05-03

#### 🔨 Chores & Documentation

- Remove fixtures dir from published package

## [0.1.2] - 2022-05-01

#### 🔨 Chores & Documentation
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wayfair/one-version",
"version": "0.1.2",
"version": "0.1.3",
"description": "Opinionated Monorepo Dependency Management CLI",
"bin": "src/index.js",
"main": "src/index.js",
Expand All @@ -11,7 +11,7 @@
"author": "finn-orsini <orsini.seraphina@gmail.com>",
"license": "MIT",
"private": false,
"files": ["src/**/*.js", "!src/**/*.test.js"],
"files": ["src/**/*.js", "!src/**/*.test.js", "!src/__fixtures__/**/*"],
"scripts": {
"test": "jest",
"lint": "eslint src/**/*.js",
Expand Down

0 comments on commit 66a9281

Please sign in to comment.