Skip to content

Commit

Permalink
Merge pull request #8 in ONE/jest-image-snapshot from feature/add-eng…
Browse files Browse the repository at this point in the history
…ines to master

* commit 'c3cfffac2638680b64d885150e265708859db2d8':
  chore(packageJson): add engines field
  • Loading branch information
anescobar1991 committed Sep 4, 2017
2 parents 8d04765 + c3cfffa commit 4db1682
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "Jest matcher for screenshot comparisons. Most commonly used for browser visual testing.",
"main": "src/index.js",
"engines": { "node": ">=6.0.0" },
"scripts": {
"lint": "eslint ./ --ignore-path .gitignore --ext .js",
"test": "jest",
Expand Down

0 comments on commit 4db1682

Please sign in to comment.