Skip to content

Commit

Permalink
Merge pull request #194 from krypciak/cc-fancy-crash
Browse files Browse the repository at this point in the history
Add cc-fancy-crash
  • Loading branch information
2767mr authored Feb 6, 2024
2 parents b4a8a64 + 3420749 commit ac22e90
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 0 deletions.
8 changes: 8 additions & 0 deletions input-locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -356,5 +356,13 @@
{
"type": "ccmod",
"url": "https://github.com/krypciak/cc-diorbital-menu/releases/download/v1.0.3/cc-diorbital-menu-1.0.3.ccmod"
}, {
"type": "modZip",
"urlZip": "https://github.com/krypciak/cc-fancy-crash/archive/refs/tags/v1.0.7.zip",
"source": "cc-fancy-crash-1.0.7"
},
{
"type": "ccmod",
"url": "https://github.com/krypciak/cc-fancy-crash/releases/download/v1.0.7/cc-fancy-crash-1.0.7.ccmod"
}
]
16 changes: 16 additions & 0 deletions mods.json
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,22 @@
},
"version": "1.0.0"
},
"cc-fancy-crash": {
"name": "cc-fancy-crash",
"description": "Better crash message",
"license": "GPLv3",
"page": [
{
"name": "GitHub",
"url": "https://github.com/krypciak/cc-fancy-crash"
}
],
"archive_link": "https://github.com/krypciak/cc-fancy-crash/releases/download/v1.0.7/cc-fancy-crash-1.0.7.ccmod",
"hash": {
"sha256": "edc33bc5c294a9573a49eea1c4080a458c70a9e9e8e1a6f960e3d798ce935503"
},
"version": "1.0.7"
},
"cc-vim": {
"name": "cc-vim",
"description": "Adds a popup command prompt",
Expand Down
41 changes: 41 additions & 0 deletions npDatabase.json
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,47 @@
}
]
},
"cc-fancy-crash": {
"metadata": {
"name": "cc-fancy-crash",
"version": "1.0.7",
"description": "Better crash message",
"scripts": {
"start": "esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --outfile=plugin.js src/plugin.ts",
"watch": "esbuild --target=es2018 --format=esm --platform=node --bundle --sourcemap=inline --watch --outfile=plugin.js src/plugin.ts",
"build": "esbuild --target=es2018 --format=esm --platform=node --bundle --outfile='plugin.js' 'src/plugin.ts'",
"format": "prettier ./src -w"
},
"author": "krypek",
"license": "GPLv3",
"homepage": "https://github.com/krypciak/cc-fancy-crash",
"devDependencies": {
"@types/node": "^11.6.0",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"esbuild": "^0.20.0",
"typescript": "^5.3.3",
"ultimate-crosscode-typedefs": "github:krypciak/ultimate-crosscode-typedefs"
}
},
"installation": [
{
"type": "modZip",
"url": "https://github.com/krypciak/cc-fancy-crash/archive/refs/tags/v1.0.7.zip",
"source": "cc-fancy-crash-1.0.7",
"hash": {
"sha256": "d1282639f2a76f518489ad19df412675d166735934045f6244b9f29fe1a6794a"
}
},
{
"type": "ccmod",
"url": "https://github.com/krypciak/cc-fancy-crash/releases/download/v1.0.7/cc-fancy-crash-1.0.7.ccmod",
"hash": {
"sha256": "edc33bc5c294a9573a49eea1c4080a458c70a9e9e8e1a6f960e3d798ce935503"
}
}
]
},
"cc-vim": {
"metadata": {
"name": "cc-vim",
Expand Down

0 comments on commit ac22e90

Please sign in to comment.