Skip to content

Commit

Permalink
Add files
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjocross committed Jun 26, 2018
1 parent f483904 commit 45ec681
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
/*.js

.DS_Store
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"repository": "https://github.com/palmerhq/cypress-image-snapshot",
"author": "Jack Cross <jack@palmer.net>",
"license": "MIT",
"files": [
"*.js"
],
"scripts": {
"prebuild": "rimraf *.js",
"build": "babel src --out-dir .",
Expand Down

0 comments on commit 45ec681

Please sign in to comment.