Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
4b6770e12e | |||
ac149d0e6b |
@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
[](http://creativecommons.org/publicdomain/zero/1.0/)
|
[](http://creativecommons.org/publicdomain/zero/1.0/)
|
||||||
[](https://github.com/ihatenodejs/aidxnFUN/releases)
|
[](https://github.com/ihatenodejs/aidxnFUN/releases)
|
||||||
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fihatenodejs%2FaidxnFUN?ref=badge_shield&issueType=license)
|
|
||||||
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fihatenodejs%2FaidxnFUN?ref=badge_shield&issueType=security)
|
|
||||||
|
|
||||||
<a href="https://512kb.club"><img src="https://512kb.club/assets/images/orange-team.svg" alt="a proud member of the orange team of 512KB club" /></a>
|
<a href="https://512kb.club"><img src="https://512kb.club/assets/images/orange-team.svg" alt="a proud member of the orange team of 512KB club" /></a>
|
||||||
|
|
||||||
@ -140,7 +138,3 @@ I highly suggest you take a peek at the `node.log` file's contents. It's in the
|
|||||||
- [X] Implement PGP message verification
|
- [X] Implement PGP message verification
|
||||||
- [X] Add menu link to tilde website
|
- [X] Add menu link to tilde website
|
||||||
- [X] Update projects page to latest information
|
- [X] Update projects page to latest information
|
||||||
|
|
||||||
# License
|
|
||||||
|
|
||||||
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fihatenodejs%2FaidxnFUN?ref=badge_large)
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
"build:win:npm": "npm run build:css:win:npx && npm run build:js:win && npm run build:img:win && npm run build:pgp:win && npm run copy:favicon:win",
|
"build:win:npm": "npm run build:css:win:npx && npm run build:js:win && npm run build:img:win && npm run build:pgp:win && npm run copy:favicon:win",
|
||||||
"build:win:bun": "bun run build:css:win:bunx && bun run build:js:win && bun run build:img:win && bun run build:pgp:win && bun run copy:favicon:win",
|
"build:win:bun": "bun run build:css:win:bunx && bun run build:js:win && bun run build:img:win && bun run build:pgp:win && bun run copy:favicon:win",
|
||||||
"start:bun": "bun app.js",
|
"start:bun": "bun app.js",
|
||||||
"start:npm": "npm app.js"
|
"start:npm": "node app.js"
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user