Skip to content

Commit 8d832ca

Browse files
committed
Update packages.
1 parent c9089bb commit 8d832ca

File tree

2 files changed

+38
-184
lines changed

2 files changed

+38
-184
lines changed

package-lock.json

Lines changed: 23 additions & 172 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "data-structures",
2+
"name": "javascript-algorithms",
33
"version": "1.0.0",
4-
"description": "Data structures on JavaScript",
4+
"description": "Algorithms and data-structures implemented on JavaScript",
55
"main": "index.js",
66
"scripts": {
77
"lint": "eslint ./src/*",
@@ -11,29 +11,32 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/trekhleb/data-structures.git"
14+
"url": "git+https://github.com/trekhleb/javascript-algorithms.git"
1515
},
1616
"keywords": [
17-
"computer science",
17+
"computer-science",
1818
"cs",
1919
"algorithms",
20-
"data structures"
20+
"data-structures",
21+
"javascript",
22+
"algorithm",
23+
"javascript-algorithms"
2124
],
2225
"author": "Oleksii Trekhleb (https://www.linkedin.com/in/trekhleb/)",
23-
"license": "ISC",
26+
"license": "MIT",
2427
"bugs": {
25-
"url": "https://github.com/trekhleb/data-structures/issues"
28+
"url": "https://github.com/trekhleb/javascript-algorithms/issues"
2629
},
27-
"homepage": "https://github.com/trekhleb/data-structures#readme",
30+
"homepage": "https://github.com/trekhleb/javascript-algorithms#readme",
2831
"devDependencies": {
29-
"@types/jest": "^22.2.2",
32+
"@types/jest": "^22.2.3",
3033
"babel-cli": "^6.26.0",
3134
"babel-preset-env": "^1.6.1",
32-
"codecov": "^3.0.0",
35+
"codecov": "^3.0.1",
3336
"eslint": "^4.19.1",
3437
"eslint-config-airbnb": "^16.1.0",
35-
"eslint-plugin-import": "^2.9.0",
36-
"eslint-plugin-jest": "^21.15.0",
38+
"eslint-plugin-import": "^2.11.0",
39+
"eslint-plugin-jest": "^21.15.1",
3740
"eslint-plugin-jsx-a11y": "^6.0.3",
3841
"eslint-plugin-react": "^7.7.0",
3942
"jest": "^22.4.3"

0 commit comments

Comments
 (0)