Skip to content

Commit

Permalink
use the source js for main in package.json (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
btjones authored May 24, 2021
1 parent 19af303 commit 2a4c92b
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": "long-press-event",
"version": "2.4.2",
"description": "A 1k script that adds a long-press event to the DOM using pure JS",
"main": "dev-server.js",
"main": "src/long-press-event.js",
"scripts": {
"start": "node server/dev-server.js",
"test": "jasmine-node tests --verbose --color --forceexit --junitreport || true",
Expand Down

0 comments on commit 2a4c92b

Please sign in to comment.