Skip to content

Commit

Permalink
a couple changes related to Daniel's work
Browse files Browse the repository at this point in the history
  • Loading branch information
ktabors committed Dec 7, 2021
1 parent f38c96d commit 8b5a4cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "docs-differ",
"version": "1.0.1",
"version": "1.0.2",
"description": "diffs two websites, built for react-spectrum docs site",
"license": "Apache-2.0",
"main": "src/index.js",
"scripts": {
"clean": "rm -rf node_modules",
"start": "node src/index.js"
"start": "node src/differ.js"
},
"dependencies": {
"puppeteer": "^10.4.0",
Expand All @@ -18,6 +18,6 @@
},
"keywords": ["website visual differ"],
"bin": {
"docs-differ": "src/index.js"
"docs-differ": "src/differ.js"
}
}
File renamed without changes.

0 comments on commit 8b5a4cf

Please sign in to comment.