create-pwa
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "create-pwa", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Easily create a progressive web app", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -32,4 +32,2 @@ [![GitHub stars](https://img.shields.io/github/stars/scriptex/create-pwa.svg?style=social&label=Stars)](https://github.com/scriptex/create-pwa) | ||
You can either install `create-pwa` globally: | ||
```console | ||
@@ -45,4 +43,8 @@ # Using NPM: | ||
`icon`: Specifies relative path to the application icon. This path is relative to the folder you are located in currently (`your/app/folder`). It is recommended that the icon file should be at least 512 pixels wide and 512 pixels high. **The `icon` argument is required.** | ||
`icon`: Specifies relative path to the application icon. | ||
This path is relative to the folder you are located in. It is recommended that the icon file should be at least 512 pixels wide and 512 pixels high. | ||
**The `icon` argument is required.** | ||
## Usage | ||
@@ -49,0 +51,0 @@ |
@@ -19,3 +19,3 @@ #!/usr/bin/env node | ||
const manifestTemplate = require('./manifest'); | ||
const serviceWorkerTemplate = require('./service-worker'); | ||
const serviceWorkerTemplate = require('./sw'); | ||
@@ -22,0 +22,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
48720
10
261
113