Skip to content

Commit 81b8c90

Browse files
authored
Merge pull request #23 from Codecontrol-Oy/dependency_refactor
Dependency refactor
2 parents b1e9131 + 4c868fd commit 81b8c90

File tree

4 files changed

+2
-38
lines changed

4 files changed

+2
-38
lines changed

.DS_Store

8 KB
Binary file not shown.

jasmine.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

package-lock.json

Lines changed: 1 addition & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codecontrol/node-gateway",
3-
"version": "1.3.6",
3+
"version": "1.3.7",
44
"description": "A Simple NodeJS based proxy gateway",
55
"keywords": [
66
"gateway",
@@ -22,11 +22,7 @@
2222
"clean:report": "rimraf ./report"
2323
},
2424
"jest": {
25-
"setupFilesAfterEnv": [
26-
"<rootDir>/jasmine.js"
27-
],
2825
"coverageDirectory": "report",
29-
"testRunner": "jasmine2",
3026
"coveragePathIgnorePatterns": [
3127
"/node_modules/",
3228
"/containers/",
@@ -42,7 +38,6 @@
4238
"chai": "^4.2.0",
4339
"chai-http": "^4.3.0",
4440
"jasmine": "^4.0.2",
45-
"jasmine-reporters": "^2.5.0",
4641
"jest": "^27.4.7",
4742
"nock": "^13.0.4",
4843
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)