Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit 36711ea

Browse files
committed
v1 yay
1 parent 822af9f commit 36711ea

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
function isSkibidi(string) {
2+
string = string.toLowerCase();
3+
return string === 'skibidi';
4+
}
5+
6+
module.exports = isSkibidi;

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "astros-first-package",
3+
"version": "1.0.0",
4+
"description": "DESPAIR",
5+
"keywords": [
6+
"depsiar"
7+
],
8+
"repository": {
9+
"type": "git",
10+
"url": "https://git.astrohweston.xyz/Astropulent/npm-testing.git"
11+
},
12+
"license": "AGPL-3.0-or-later",
13+
"author": "Astropulent",
14+
"type": "commonjs",
15+
"main": "index.js",
16+
"scripts": {
17+
"test": "echo \"Error: no test specified\" && exit 1"
18+
}
19+
}

0 commit comments

Comments
 (0)