@phx-hook/prevent-unsaved-changes
Version:
Prompt users to prevent losing unsaved changes
35 lines (34 loc) • 810 B
JSON
{
"name": "@phx-hook/prevent-unsaved-changes",
"version": "0.1.1",
"description": "Prompt users to prevent losing unsaved changes",
"keywords": [
"Phoenix",
"Elixir",
"LiveView"
],
"author": "Justin Tormey <justin@93software.com>",
"homepage": "https://github.com/elixir-saas/phx-hook/tree/main/packages/prevent-unsaved-changes",
"license": "MIT",
"main": "src/index.js",
"directories": {
"src": "src"
},
"files": [
"src"
],
"bin": {
"vendor": "./vendor.js"
},
"scripts": {
"format": "prettier src --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elixir-saas/phx-hook.git"
},
"bugs": {
"url": "https://github.com/elixir-saas/phx-hook/issues"
},
"gitHead": "a140ca78f55f780aadfeb74a9c2a8c62dffc8f8d"
}