minor update to package.json

This commit is contained in:
James Duan 2023-11-09 14:49:02 -08:00
parent 11f9f89c45
commit 0b10fc0b2e
2 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,6 @@
"name": "react-interview-q1", "name": "react-interview-q1",
"version": "1.0.0", "version": "1.0.0",
"description": "offline react base exercise", "description": "offline react base exercise",
"main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },

View File

@ -1,12 +1,12 @@
{ {
"name": "solution", "name": "solution",
"version": "0.1.0", "version": "1.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "solution", "name": "solution",
"version": "0.1.0", "version": "1.0.0",
"dependencies": { "dependencies": {
"@testing-library/jest-dom": "^5.17.0", "@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0", "@testing-library/react": "^13.4.0",