use-stay-awake
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "use-stay-awake", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"license": "MIT", | ||
@@ -46,3 +46,2 @@ "description": "React hook that will help the device stay awake while actively using your website or app.", | ||
"deploy:demo": "gh-pages -d demo/build", | ||
"postinstall": "yarn format && cd demo && yarn install", | ||
"develop": "run-p start:lib start:demo", | ||
@@ -49,0 +48,0 @@ "format": "prettier --write \"**/*.{js,jsx,json,md}\"", |
@@ -125,5 +125,12 @@ # use-stay-awake | ||
4. Start development server | ||
4. Locate demo folder and install dependencies | ||
```sh | ||
cd demo | ||
yarn install or npm install | ||
``` | ||
5. Start development server under root folder | ||
```sh | ||
yarn develop or npm run develop | ||
@@ -130,0 +137,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
290745
141
0