Skip to content

Commit

Permalink
fix: Removed yarn.lock from npm
Browse files Browse the repository at this point in the history
  • Loading branch information
adriantoine committed Dec 6, 2016
1 parent f987372 commit 226c01c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ test
.babelrc
.eslintrc
jsconfig.json
.vscode
.vscode
yarn.lock
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Convert [Enzyme](http://airbnb.io/enzyme/) wrappers to a format compatible with
$ npm install --save-dev enzyme-to-json
```

# Example
# Usage

## Helper

Expand Down

0 comments on commit 226c01c

Please sign in to comment.