Skip to content

Commit

Permalink
Merge branch 'updates'
Browse files Browse the repository at this point in the history
  • Loading branch information
asportnoy committed Aug 19, 2023
2 parents 32cd1fc + 789bb59 commit 30edfaa
Show file tree
Hide file tree
Showing 3 changed files with 702 additions and 420 deletions.
4 changes: 3 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@
"license": "MIT",
"source": "https://github.com/replugged-org/plugin-template",
"type": "replugged-plugin",
"renderer": "src/index.ts"
"renderer": "src/index.ts",
"source": "https://github.com/replugged-org/plugin-template",
"image": ["https://i.imgur.com/14CNs3a.png?CHANGE-THIS-URL"]
}
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"build": "replugged build plugin",
"watch": "replugged build plugin --watch",
"bundle": "replugged bundle plugin",
"release": "replugged release",
"check": "tsc --noEmit",
"prettier:check": "prettier ./src --check",
"eslint:check": "eslint ./src",
Expand All @@ -22,15 +23,15 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.17.1",
"@types/node": "^18.17.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.45.0",
"eslint": "^8.47.0",
"eslint-config-dmitmel": "github:dmitmel/eslint-config-dmitmel",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "^2.8.8",
"replugged": "^4.5.1",
"replugged": "^4.6.0",
"typescript": "^5.1.6"
}
}
Loading

0 comments on commit 30edfaa

Please sign in to comment.