Skip to content

Commit f5b33e6

Browse files
authored
Merge pull request #273 from aeternity/set-homepage
chore: add homepage to package.json
2 parents 313c57d + f127060 commit f5b33e6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ISC License (ISC)
2-
Copyright © 2024 aeternity developers
2+
Copyright © 2025 aeternity developers
33

44
Permission to use, copy, modify, and/or distribute this software for any purpose
55
with or without fee is hereby granted, provided that the above copyright notice

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@aeternity/aepp-cli",
33
"version": "7.0.0",
44
"description": "Aeternity command line interface",
5+
"homepage": "https://docs.aeternity.com/developer-documentation/aepp-cli-js",
56
"bin": {
67
"aecli": "src/aecli.js"
78
},

test/spend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('Spend', () => {
5555
'Payload ba_Xfbg4g==',
5656
/Fee 0.000016\d+ae/,
5757
'Nonce 2',
58-
/TTL \d+ \(in [56] minutes\)/,
58+
/TTL \d+ \(in [569] minutes\)/,
5959
]);
6060
});
6161

0 commit comments

Comments
 (0)