Compare commits

..

No commits in common. "5af400e95cbfa1d7e9c9c6cd2a6e10b36c925375" and "22d78e4e5508831e1dfd3dfb76d109abe5c52ddc" have entirely different histories.

6 changed files with 18334 additions and 1306 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
/node_modules/
/.yarn/
.log

1
.npmrc
View File

@ -1 +0,0 @@
@scode:registry=https://npm.scode.ovh

16572
.pnp.js generated Normal file

File diff suppressed because one or more lines are too long

4
.yarnrc.yml Normal file
View File

@ -0,0 +1,4 @@
yarnPath: ".yarn/releases/yarn-berry.js"
npmScopes:
scode:
npmRegistryServer: "https://npm.scode.ovh"

View File

@ -5,8 +5,7 @@
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "echo \"no test\"",
"ci": "yarn --frozen-lockfile && node jenkins.js"
"ci": "yarn --frozen-lockfile && yarn node jenkins.js"
},
"repository": {
"type": "git",

3057
yarn.lock

File diff suppressed because it is too large Load Diff