Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelj90 authored Jun 22, 2023
1 parent 31e18fd commit 730ee7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "super-shots",
"version": "1.0.0",
"description": "A Nodejs utility program that accept a URL crawls all the links under the same domain and takes screenshots when load finishes.",
"main": "index.js",
"main": "build/index.js",
"scripts": {
"start:dev": "nodemon",
"start": "npm run build && node build/index.js",
Expand Down

0 comments on commit 730ee7d

Please sign in to comment.