mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-22 06:02:09 +00:00
feat: add nyc and cleanup .gitignore
This commit is contained in:
parent
4496cbf560
commit
3e95478b3b
26
.gitignore
vendored
26
.gitignore
vendored
@ -1,13 +1,19 @@
|
|||||||
npm-debug.log
|
# mac shit
|
||||||
node_modules
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*.local.json5
|
|
||||||
yarn.lock
|
# nyc test coverage
|
||||||
/project.sublime-workspace
|
.nyc_output
|
||||||
/public/css/style.css.map
|
|
||||||
/.idea
|
# Dependency directories
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# Optional npm cache directory
|
||||||
|
.npm
|
||||||
|
npm-debug.log
|
||||||
|
|
||||||
|
# Optional eslint cache
|
||||||
|
.eslintcache
|
||||||
|
|
||||||
|
# vscode
|
||||||
/.vscode
|
/.vscode
|
||||||
*.pid
|
*.pid
|
||||||
/coverage
|
|
||||||
package-lock.json
|
|
||||||
*.html
|
|
||||||
|
3611
package-lock.json
generated
Normal file
3611
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -5,7 +5,7 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"test": "mocha test/**/*.js"
|
"test": "nyc mocha test/**/*.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -46,6 +46,7 @@
|
|||||||
"eslint-config-ecollect-base": "^0.1.2",
|
"eslint-config-ecollect-base": "^0.1.2",
|
||||||
"eslint-plugin-import": "^2.18.2",
|
"eslint-plugin-import": "^2.18.2",
|
||||||
"libxmljs": "^0.19.7",
|
"libxmljs": "^0.19.7",
|
||||||
"mocha": "^6.2.2"
|
"mocha": "^6.2.2",
|
||||||
|
"nyc": "^14.1.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user