Skip to content

Commit 733cf3b

Browse files
committed
1.10.0
1 parent fb5ce15 commit 733cf3b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fab1o/amazon-alert",
3-
"version": "1.0.7",
3+
"version": "1.10.0",
44
"description": "A price alert for an Amazon product.",
55
"main": "src/index.js",
66
"author": {
@@ -9,6 +9,7 @@
99
},
1010
"scripts": {
1111
"start": "node src/index.js",
12+
"version": "echo 'module.exports = \"'$npm_package_version'\"' > src/version.js",
1213
"start-test": "node src/index.js -u https://www.amazon.com/dp/B09KS66VN7 -p 10 -f Daily",
1314
"pkg": "pkg .",
1415
"optx": "node index.js -p https://www.amazon.com/dp/B0812JPZFT",

0 commit comments

Comments
 (0)