mirror of
https://github.com/10h30/odin-javascript-exercises.git
synced 2026-06-05 15:09:09 +09:00
Correct words caught by search/replace action.
This commit is contained in:
+4
-5
@@ -1,8 +1,8 @@
|
||||
{
|
||||
{
|
||||
"name": "javascript-exercises",
|
||||
"version": "1.0.0",
|
||||
"description": "These are a series of javascript exercises intended to be used alongside the curriculum at 'The Odin Project' They start very simply, but get more involved as you progress through them.",
|
||||
"main": "index.js",
|
||||
"description": "These are a series of javascript exercises intended to be used alongside the curriculum at 'The Odin Project' They start off nice and easy, but get more involved as you progress through them.",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/TheOdinProject/javascript-exercises.git"
|
||||
@@ -21,7 +21,6 @@
|
||||
"eslint-plugin-import": "^2.22.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"lint" : "./node_modules/.bin/eslint"
|
||||
"test": "jest"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user