Skip to content

Commit e78f710

Browse files
committed
update
1 parent 31e0091 commit e78f710

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed
File renamed without changes.

Web-Programming/package-lock.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "javascript",
3+
"version": "1.0.0",
4+
"description": "A repository for All algorithms implemented in Javascript (for educational purposes only)",
5+
"scripts": {
6+
"test": "echo \"Error: no test specified\" && exit 1"
7+
},
8+
"author": "TheAlgorithms",
9+
"license": "GPL-3.0",
10+
"dependencies": {
11+
"node-fetch": "2.6.0"
12+
}
13+
}

0 commit comments

Comments
 (0)