Skip to content

Commit

Permalink
Merge pull request #10 from swac/node-version
Browse files Browse the repository at this point in the history
be more lenient about node version
  • Loading branch information
icd2k3 authored Sep 11, 2018
2 parents b477528 + 8dcb5c1 commit 1a9ce15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "jest-auto-snapshots",
"version": "2.1.3",
"version": "2.1.4",
"description": "Fully automated Jest snapshot tests for React components",
"main": "./dist/index.js",
"repository": "git@github.com:icd2k3/jest-auto-snapshots.git",
"author": "JUSTIN SCHRADER <icd2k3@gmail.com>",
"license": "MIT",
"engines": {
"node": "8.11.3"
"node": ">= 8.11.3"
},
"peerDependencies": {
"enzyme": "^3.2.0",
Expand Down

0 comments on commit 1a9ce15

Please sign in to comment.