chore: add github directory and associated files

chore: include the package-lock

chore: add nvmrc file

chore: add semeantic release config
This commit is contained in:
Ron de las Alas 2023-12-08 13:19:27 -05:00
parent e0b6d49df5
commit b393107a84
6 changed files with 28844 additions and 1 deletions

1
.github/CODEOWNERS.md vendored Normal file
View file

@ -0,0 +1 @@
@scratchfoundation/scratch-engineering

0
.github/workflows/build.yml vendored Normal file
View file

1
.gitignore vendored
View file

@ -4,7 +4,6 @@
## NPM
/node_modules
npm-*
package-lock.json
## Code Coverage
.nyc_output/

1
.nvmrc Normal file
View file

@ -0,0 +1 @@
v16

28841
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -21,6 +21,7 @@
"@babel/eslint-parser": "^7.5.4",
"eslint": "^8.16.0",
"eslint-config-scratch": "^7.0.0",
"scratch-semantic-release-config": "1.0.8",
"tap": "^16.2.0"
}
}