File tree Expand file tree Collapse file tree 2 files changed +13
-46
lines changed Expand file tree Collapse file tree 2 files changed +13
-46
lines changed Original file line number Diff line number Diff line change 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/" ,
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" ,
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}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments