Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ctrlplusb/easy-peasy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3bd3de5104fcffa51224a10088b7cda22da62876
Choose a base ref
...
head repository: ctrlplusb/easy-peasy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3b5186baee83632882c8e73c021efb7713252ce7
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Dec 23, 2019

  1. Updates npmignore

    ctrlplusb committed Dec 23, 2019
    Copy the full SHA
    3b5186b View commit details
Showing with 5 additions and 4 deletions.
  1. +4 −3 .npmignore
  2. +1 −1 package.json
7 changes: 4 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ yarn-error.log
yarn.lock
.github
.vscode
coverage/
src/
website/
coverage
node_modules
src
website
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easy-peasy",
"version": "3.2.4",
"version": "3.2.5",
"description": "Vegetarian friendly state for React",
"license": "MIT",
"main": "dist/easy-peasy.cjs.js",