mirror of
https://github.com/emkay/parser-6502.git
synced 2025-01-15 13:32:05 +00:00
chore(contrib): coc + contrib + lock file
This commit is contained in:
parent
8d8930d758
commit
31356395f4
4275
package-lock.json
generated
Normal file
4275
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -9,11 +9,15 @@
|
||||
"devDependencies": {
|
||||
"standard": "^8.1.0",
|
||||
"standard-version": "^3.0.0",
|
||||
"tap": "^7.1.2"
|
||||
"tap": "^7.1.2",
|
||||
"weallbehave": "^1.2.0",
|
||||
"weallcontribute": "^1.0.8"
|
||||
},
|
||||
"scripts": {
|
||||
"release": "npm test && standard-version && git push origin master && npm publish",
|
||||
"test": "tap test/*.js --cov && standard"
|
||||
"test": "tap test/*.js --cov && standard",
|
||||
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
|
||||
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user