Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8c6cbeb

Browse files
add fields to package json
1 parent 8ae0430 commit 8c6cbeb

File tree

2 files changed

+13
-46
lines changed

2 files changed

+13
-46
lines changed

‎package.json‎

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
"name": "dsa.js",
33
"version": "1.1.0",
44
"description": "Data Structures & Algorithms in JS",
5+
"author": "Adrian Mejia <hi+dsajs@adrianmejia.com> (https://adrianmejia.com)",
6+
"homepage": "https://github.com/amejiarosario/dsa.js",
7+
"repository": {
8+
"type" : "git",
9+
"url" : "https://github.com/amejiarosario/dsa.js.git"
10+
},
511
"main": "./src/index.js",
612
"scripts": {
713
"test": "jest src/",
@@ -18,10 +24,10 @@
1824
"linked lists",
1925
"binary search trees"
2026
],
21-
"author": "Adrian Mejia <hi+dsajs@adrianmejia.com>",
22-
"homepage": "https://github.com/amejiarosario/dsa.js",
23-
"license": "ISC",
24-
"dependencies": {},
27+
"license": "MIT",
28+
"dependencies": {
29+
30+
},
2531
"devDependencies": {
2632
"benchmark": "2.1.4",
2733
"eslint": "4.19.1",
@@ -30,5 +36,8 @@
3036
"eslint-plugin-jest": "21.17.0",
3137
"jest": "23.6.0",
3238
"textlint-plugin-asciidoctor": "1.0.2"
39+
},
40+
"engines": {
41+
"node" : ">=10.0.0"
3342
}
3443
}

‎src/changelog.md‎

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /