We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ef904 commit 57f2b65Copy full SHA for 57f2b65
1 file changed
package.json
@@ -20,10 +20,6 @@
20
"coverage": "jest src/data-structures --coverage && open coverage/lcov-report/index.html",
21
"linter": "npx eslint --fix -f codeframe src/"
22
},
23
-<<<<<<< HEAD
24
- "keywords": [],
25
- "author": "",
26
-=======
27
"keywords": [
28
"algorithms",
29
"data structures",
@@ -33,6 +29,5 @@
33
"binary search trees"
34
30
],
35
31
"author": "Adrian Mejia <hi+dsajs@adrianmejia.com>",
36
->>>>>>> dde5f7d... update lodash
37
32
"license": "ISC"
38
}
0 commit comments