mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-04 15:39:42 +08:00
Update package.json (#577)
* Update package.json * Update README.md * Update README.md
This commit is contained in:
@ -7,6 +7,8 @@
|
||||

|
||||

|
||||
|
||||
[](https://app.fossa.com/projects/git%2Bgithub.com%2Frlfagan%2FJavascript?ref=badge_large)
|
||||
|
||||
### All algorithms implemented in JavaScript (for educational purposes only)
|
||||
[](https://gitpod.io/#https://github.com/TheAlgorithms/Javascript)
|
||||
|
||||
|
@ -14,7 +14,8 @@
|
||||
"@babel/preset-env": "^7.11.5",
|
||||
"jsdom": "^16.3.0",
|
||||
"node": "^14.13.1",
|
||||
"node-fetch": "2.6.1"
|
||||
"node-fetch": "2.6.1",
|
||||
"atob": "2.1.2"
|
||||
},
|
||||
"standard": {
|
||||
"env": [
|
||||
|
Reference in New Issue
Block a user