Skip to content

Commit

Permalink
ci: Workflow Bot -- Fix Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored and github-actions[bot] committed Feb 14, 2024
1 parent 1553964 commit 545233b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions samples/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "thistogram-samples",
"private": true,
"type": "module",
"scripts": {
"run:samples": "pnpm run:temperature && pnpm run:histogram",
"run:histogram": "node histogram.js > ../static/histogram.txt",
"run:temperature": "node temperature.js > ../static/temperature.txt"
},
"dependencies": {
"thistogram": "link:.."
}
"name": "thistogram-samples",
"private": true,
"type": "module",
"scripts": {
"run:samples": "pnpm run:temperature && pnpm run:histogram",
"run:histogram": "node histogram.js > ../static/histogram.txt",
"run:temperature": "node temperature.js > ../static/temperature.txt"
},
"dependencies": {
"thistogram": "link:.."
}
}

0 comments on commit 545233b

Please sign in to comment.