Merge branch 'ci' into 'master'
👷 Build and publish module on push See merge request osufrlive/eslint!1
Showing
{ | ||
"name": "eslint-config-osufrlive", | ||
"name": "@osufrlive/eslint", | ||
"version": "0.0.2", | ||
"main": "index.js", | ||
"publishConfig": { | ||
"@osufrlive:registry": "https://git.cartooncraft.fr/api/v4/projects/209/packages/npm/" | ||
}, | ||
"peerDependencies": { | ||
"eslint-config-standard-with-typescript": "^11.0.1", | ||
"@typescript-eslint/eslint-plugin": "^2.14.0", | ||
... | ... | @@ -11,5 +15,8 @@ |
"eslint-plugin-promise": "^4.2.1", | ||
"eslint-plugin-standard": "^4.0.1", | ||
"typescript": "^3.7.4" | ||
}, | ||
"devDependencies": { | ||
"version-from-git": "^1.1.1" | ||
} | ||
} |
Please register or sign in to comment