mirror of
https://github.com/jakejarvis/simpip.git
synced 2025-04-26 04:35:22 -04:00
bump deps and enable dependabot
This commit is contained in:
parent
59a08ffa82
commit
75a592dec3
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",
|
||||
"scripts": {
|
||||
"start": "miniflare index.js --watch --debug",
|
||||
"lint": "eslint .",
|
||||
"deploy": "wrangler publish"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cloudflare/wrangler": "^1.19.5",
|
||||
"miniflare": "^1.4.1"
|
||||
"@cloudflare/wrangler": "^1.19.8",
|
||||
"@jakejarvis/eslint-config": "github:jakejarvis/eslint-config#main",
|
||||
"eslint": "~8.9.0",
|
||||
"miniflare": "^2.3.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,8 +1,5 @@
|
||||
name = "simpip"
|
||||
type = "javascript"
|
||||
account_id = "bd1a636a30a817137ce1e91c9e407373"
|
||||
workers_dev = false
|
||||
|
||||
[env.production]
|
||||
zone_id = "01417e1ce40cd6425a9ff87225bbd63a"
|
||||
route = "simpip.com/*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user