chore: Remove jasmine dev dependencies (#3)

Currently, there are no tests in this repository.
This commit is contained in:
Eric Tuvesson
2024-01-19 11:24:52 +01:00
committed by GitHub
parent 0b2438191d
commit 072ec68777
4 changed files with 9 additions and 420 deletions

View File

@@ -6,15 +6,11 @@
"homepage": "https://noodl.net",
"license": "MIT",
"scripts": {
"start": "node ./src/index.js",
"test": "./node_modules/.bin/jasmine"
"start": "node ./src/index.js"
},
"dependencies": {
"@noodl/cloudservice": "file:../noodl-cloudservice",
"cors": "^2.8.5",
"express": "^4.17.1"
},
"devDependencies": {
"jasmine": "^4.0.2"
}
}