Remove authentication example
This commit is contained in:
@@ -1,25 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "authentication",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"description": "",
|
|
||||||
"main": "index.js",
|
|
||||||
"type": "module",
|
|
||||||
"scripts": {
|
|
||||||
"test": "vitest"
|
|
||||||
},
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "git+https://github.com/stevekinney/testing-javascript.git"
|
|
||||||
},
|
|
||||||
"author": "Steve Kinney <hello@stevekinney.net>",
|
|
||||||
"license": "MIT",
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/stevekinney/testing-javascript/issues"
|
|
||||||
},
|
|
||||||
"homepage": "https://github.com/stevekinney/testing-javascript#readme",
|
|
||||||
"devDependencies": {
|
|
||||||
"@vitest/ui": "^2.1.1",
|
|
||||||
"vite": "^5.4.5",
|
|
||||||
"vitest": "^2.1.1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
export default {
|
|
||||||
test: {
|
|
||||||
environment: 'node',
|
|
||||||
},
|
|
||||||
};
|
|
||||||
@@ -29,7 +29,6 @@
|
|||||||
"packages/css-configuration",
|
"packages/css-configuration",
|
||||||
"examples/calculator",
|
"examples/calculator",
|
||||||
"examples/task-list",
|
"examples/task-list",
|
||||||
"examples/authentication",
|
|
||||||
"examples/guess-the-number",
|
"examples/guess-the-number",
|
||||||
"examples/basic-math",
|
"examples/basic-math",
|
||||||
"examples/characters",
|
"examples/characters",
|
||||||
|
|||||||
Reference in New Issue
Block a user