mirror of
https://github.com/scratchfoundation/scratch-analysis.git
synced 2024-11-21 10:48:15 -05:00
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:
parent
e0b6d49df5
commit
b393107a84
6 changed files with 28844 additions and 1 deletions
1
.github/CODEOWNERS.md
vendored
Normal file
1
.github/CODEOWNERS.md
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
@scratchfoundation/scratch-engineering
|
0
.github/workflows/build.yml
vendored
Normal file
0
.github/workflows/build.yml
vendored
Normal file
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,7 +4,6 @@
|
|||
## NPM
|
||||
/node_modules
|
||||
npm-*
|
||||
package-lock.json
|
||||
|
||||
## Code Coverage
|
||||
.nyc_output/
|
||||
|
|
1
.nvmrc
Normal file
1
.nvmrc
Normal file
|
@ -0,0 +1 @@
|
|||
v16
|
28841
package-lock.json
generated
Normal file
28841
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue