File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 11language : node_js
2+ script : npm run ci
23node_js :
34 - " node"
45 - " lts/*"
Original file line number Diff line number Diff line change 33 "version" : " 1.1.0" ,
44 "description" : " Data Structures & Algorithms in JS" ,
55 "main" : " ./src/index.js" ,
6- "dependencies" : {},
7- "devDependencies" : {
8- "benchmark" : " 2.1.4" ,
9- "eslint" : " 4.19.1" ,
10- "eslint-config-airbnb-base" : " ^13.1.0" ,
11- "eslint-plugin-import" : " ^2.16.0" ,
12- "eslint-plugin-jest" : " 21.17.0" ,
13- "jest" : " 23.6.0" ,
14- "textlint-plugin-asciidoctor" : " 1.0.2"
15- },
166 "scripts" : {
177 "test" : " jest src/" ,
188 "watch" : " jest src/ --watch --coverage" ,
2919 " binary search trees"
3020 ],
3121 "author" : " Adrian Mejia <hi+dsajs@adrianmejia.com>" ,
32- "license" : " ISC"
22+ "license" : " ISC" ,
23+ "dependencies" : {},
24+ "devDependencies" : {
25+ "benchmark" : " 2.1.4" ,
26+ "eslint" : " 4.19.1" ,
27+ "eslint-config-airbnb-base" : " ^13.1.0" ,
28+ "eslint-plugin-import" : " ^2.16.0" ,
29+ "eslint-plugin-jest" : " 21.17.0" ,
30+ "jest" : " 23.6.0" ,
31+ "textlint-plugin-asciidoctor" : " 1.0.2"
32+ }
3333}
You can’t perform that action at this time.
0 commit comments