Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
Robdel12 committed Oct 26, 2020
1 parent ca0790f commit e40fa48
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
@@ -8999,7 +8999,7 @@ module.exports = {"activity":{"checkStarringRepo":{"method":"GET","params":{"own
/***/ 731:
/***/ (function(module) {

module.exports = {"name":"snapshot-action","version":"0.1.1","description":"A GitHub action to visually test static sites with Percy","main":"dist/index.js","repository":"https://github.com/percy/snapshot-action","keywords":["GitHub action","Percy","visual testing"],"author":"Perceptual Inc.","license":"MIT","scripts":{"build":"ncc build src/index.js","percy":"percy exec -- node ./tests/script.js","precommit":"yarn build && git add dist/index.js"},"dependencies":{"@actions/core":"^1.2.6","@actions/exec":"^1.0.1","@actions/github":"^1.1.0","@actions/io":"^1.0.1"},"devDependencies":{"@percy/script":"^1.0.2","@zeit/ncc":"^0.20.5"}};
module.exports = {"name":"snapshot-action","version":"0.1.2","description":"A GitHub action to visually test static sites with Percy","main":"dist/index.js","repository":"https://github.com/percy/snapshot-action","keywords":["GitHub action","Percy","visual testing"],"author":"Perceptual Inc.","license":"MIT","scripts":{"build":"ncc build src/index.js","percy":"percy exec -- node ./tests/script.js","precommit":"yarn build && git add dist/index.js"},"dependencies":{"@actions/core":"^1.2.6","@actions/exec":"^1.0.1","@actions/github":"^1.1.0","@actions/io":"^1.0.1"},"devDependencies":{"@percy/script":"^1.0.2","@zeit/ncc":"^0.20.5"}};

/***/ }),

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snapshot-action",
"version": "0.1.1",
"version": "0.1.2",
"description": "A GitHub action to visually test static sites with Percy",
"main": "dist/index.js",
"repository": "https://github.com/percy/snapshot-action",

0 comments on commit e40fa48

Please sign in to comment.