Compare commits

...

2 Commits

Author SHA1 Message Date
5af400e95c formatting 2020-02-19 09:20:15 +01:00
2db351ad3c revert yarn 2 2020-02-19 09:18:30 +01:00
6 changed files with 1306 additions and 18334 deletions

3
.gitignore vendored
View File

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

1
.npmrc Normal file
View File

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

16572
.pnp.js generated

File diff suppressed because one or more lines are too long

View File

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

View File

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

3057
yarn.lock

File diff suppressed because it is too large Load Diff