Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
flackr committed May 15, 2024
1 parent 69d5af9 commit 702b716
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
"test:simple": "npm run test-setup && cd test && cd wpt && python wpt serve --inject-script ../../dist/scroll-timeline.js",
"test:compare": "node test/summarize-json.mjs test/report/data.json > test/report/summary.txt && echo 'Comparing test results. If different and expected, patch the following diff to test/expected.txt:' && diff test/expected.txt test/report/summary.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flackr/scroll-timeline.git"
},
"repository": "flackr/scroll-timeline",
"files": [
"src",
"dist"
Expand Down

0 comments on commit 702b716

Please sign in to comment.