Skip to content

Commit

Permalink
1.1.9-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ammsalme committed Dec 22, 2023
1 parent c1fc1c9 commit a52cfc9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "[email protected]:natlibfi/fixugen-http-server-js.git"
},
"license": "LGPL-3.0+",
"version": "1.1.8",
"version": "1.1.9-alpha.1",
"main": "dist/index.js",
"engines": {
"node": ">=18"
Expand Down Expand Up @@ -78,38 +78,38 @@
}
},
"mocha": {
"spec": [
"src/*.spec.js",
"src/**/*.spec.js"
],
"require": [
"@babel/register"
],
"inline-diffs": true,
"maxDiffSize": 25000,
"bail": true,
"exit": true
"spec": [
"src/*.spec.js",
"src/**/*.spec.js"
],
"require": [
"@babel/register"
],
"inline-diffs": true,
"maxDiffSize": 25000,
"bail": true,
"exit": true
},
"nodemonConfig": {
"exec": "npm run test:dev",
"watch": [
"src/*",
"test-fixtures/*"
]
"exec": "npm run test:dev",
"watch": [
"src/*",
"test-fixtures/*"
]
},
"nyc": {
"exclude": [
"src/*.spec.js",
"src/**/*.spec.js"
],
"reporter": [
"text"
],
"sourceMap": false,
"instrument": false,
"lines": 80,
"statements": 80,
"functions": 80,
"branches": 80
"exclude": [
"src/*.spec.js",
"src/**/*.spec.js"
],
"reporter": [
"text"
],
"sourceMap": false,
"instrument": false,
"lines": 80,
"statements": 80,
"functions": 80,
"branches": 80
}
}
}

0 comments on commit a52cfc9

Please sign in to comment.