mirror of
https://github.com/jakejarvis/simpip.git
synced 2025-06-27 16:15:41 -04:00
bump deps and enable dependabot
This commit is contained in:
17
.eslintrc.json
Normal file
17
.eslintrc.json
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"extends": [
|
||||||
|
"@jakejarvis/eslint-config"
|
||||||
|
],
|
||||||
|
"parserOptions": {
|
||||||
|
"ecmaVersion": 2020,
|
||||||
|
"sourceType": "module"
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"node": true,
|
||||||
|
"es6": true,
|
||||||
|
"browser": true
|
||||||
|
},
|
||||||
|
"ignorePatterns": [
|
||||||
|
"*.d.ts"
|
||||||
|
]
|
||||||
|
}
|
10
.github/dependabot.yml
vendored
Normal file
10
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
version: 2
|
||||||
|
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "npm"
|
||||||
|
directory: "/"
|
||||||
|
versioning-strategy: increase
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
commit-message:
|
||||||
|
prefix: "📦 npm:"
|
@ -5,10 +5,13 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "miniflare index.js --watch --debug",
|
"start": "miniflare index.js --watch --debug",
|
||||||
|
"lint": "eslint .",
|
||||||
"deploy": "wrangler publish"
|
"deploy": "wrangler publish"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cloudflare/wrangler": "^1.19.5",
|
"@cloudflare/wrangler": "^1.19.8",
|
||||||
"miniflare": "^1.4.1"
|
"@jakejarvis/eslint-config": "github:jakejarvis/eslint-config#main",
|
||||||
|
"eslint": "~8.9.0",
|
||||||
|
"miniflare": "^2.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
name = "simpip"
|
name = "simpip"
|
||||||
type = "javascript"
|
type = "javascript"
|
||||||
account_id = "bd1a636a30a817137ce1e91c9e407373"
|
account_id = "bd1a636a30a817137ce1e91c9e407373"
|
||||||
workers_dev = false
|
|
||||||
|
|
||||||
[env.production]
|
|
||||||
zone_id = "01417e1ce40cd6425a9ff87225bbd63a"
|
zone_id = "01417e1ce40cd6425a9ff87225bbd63a"
|
||||||
route = "simpip.com/*"
|
route = "simpip.com/*"
|
||||||
|
Reference in New Issue
Block a user