UNPKG

@hooks/title

Version:

React hook to set the document title

37 lines (36 loc) 731 B
{ "name": "@hooks/title", "description": "React hook to set the document title", "keywords": [ "react", "hooks", "useTitle", "title" ], "version": "0.1.0", "main": "cjs/index.js", "module": "esm/index.js", "types": "typings/index.d.ts", "typings": "typings/index.d.ts", "files": [ "cjs", "esm", "typings" ], "author": "Mike Simmonds (https://mike.id)", "license": "MIT", "scripts": { "prepublishOnly": "yarn build", "build": "node ../../scripts/build" }, "publishConfig": { "access": "public" }, "peerDependencies": { "react": ">=16.8" }, "devDependencies": { "react": "^16.12.0" }, "gitHead": "9485d1a74683ee023a7f3894d701ff7c018dd02d" }