Update packages.

This commit is contained in:
Oleksii Trekhleb 2018-04-27 08:51:48 +03:00
parent 8d832ca5f2
commit 5ff0b40f7c
2 changed files with 1456 additions and 5309 deletions

6757
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,6 +13,10 @@
"type": "git", "type": "git",
"url": "git+https://github.com/trekhleb/javascript-algorithms.git" "url": "git+https://github.com/trekhleb/javascript-algorithms.git"
}, },
"pre-commit": [
"lint",
"test"
],
"keywords": [ "keywords": [
"computer-science", "computer-science",
"cs", "cs",
@ -41,7 +45,5 @@
"eslint-plugin-react": "^7.7.0", "eslint-plugin-react": "^7.7.0",
"jest": "^22.4.3" "jest": "^22.4.3"
}, },
"dependencies": { "dependencies": {}
"npm": "^5.8.0"
}
} }