Comparing version 2.27.0 to 2.28.0
{ | ||
"name": "ipwa", | ||
"version": "2.27.0", | ||
"version": "2.28.0", | ||
"author": "Sreeram Padmanabhan", | ||
"license": "ISC", | ||
"description": "🚀 Isomorphic Progressive Web Apps supercharged!", | ||
"description": "🚀 Isomorphic progressive web native cloud app generator. Enough said!", | ||
"homepage": "https://github.com/jsDrome/ipwa#readme", | ||
@@ -39,3 +39,2 @@ "main": "node_modules/expo/AppEntry.js", | ||
"firebase:shell": "firebase functions:shell", | ||
"firebase:start": "npm run shell", | ||
"firebase:logs": "firebase functions:log", | ||
@@ -313,49 +312,3 @@ "firebase:deploy": "firebase deploy --token $FIREBASE_TOKEN", | ||
"cli.js" | ||
], | ||
"firebase": { | ||
"hosting": { | ||
"public": "_dist", | ||
"ignore": [ | ||
"firebase.json", | ||
"**/.*", | ||
"**/node_modules/**" | ||
], | ||
"headers": [ | ||
{ | ||
"source": "**/*.@(js|css|jpg|jpeg|gif|png)", | ||
"headers": [ | ||
{ | ||
"key": "Cache-Control", | ||
"value": "max-age=31536000" | ||
} | ||
] | ||
}, | ||
{ | ||
"source": "/service-worker.js", | ||
"headers": [ | ||
{ | ||
"key": "Cache-Control", | ||
"value": "no-cache, no-store, must-revalidate" | ||
} | ||
] | ||
} | ||
], | ||
"redirects": [ | ||
{ | ||
"source": "index.js", | ||
"destination": "404.html", | ||
"type": 301 | ||
} | ||
], | ||
"rewrites": [ | ||
{ | ||
"source": "**", | ||
"function": "myExpressApp" | ||
} | ||
] | ||
}, | ||
"functions": { | ||
"source": "_dist" | ||
} | ||
} | ||
] | ||
} |
@@ -10,3 +10,3 @@ ![Pipeline](https://github.com/jsDrome/ipwa/workflows/Build/badge.svg?branch=master) | ||
🚀 Spin up an isomorphic progressive web app or native app deployable in the cloud, publishable as npm package or docker container with a fully automated supercharged pipeline, all in under an hour! | ||
🚀 Spin up an isomorphic progressive web app or native app deployable in the cloud, publishable as AN npm package or docker container with a fully automated supercharged pipeline, all in under an hour! | ||
@@ -13,0 +13,0 @@ ## Salient Features |
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
16325