Compare commits

...

4 Commits

Author SHA1 Message Date
c748c5102c 1.0.8 2019-03-27 14:58:24 +01:00
308133fe4f fix(core): update 2019-03-27 14:58:24 +01:00
cb80b4df75 1.0.7 2019-03-27 14:46:42 +01:00
74ed988da0 fix(core): update 2019-03-27 14:46:41 +01:00
3 changed files with 5 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/websetup",
"version": "1.0.6",
"version": "1.0.8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/websetup",
"version": "1.0.6",
"version": "1.0.8",
"private": false,
"description": "setup basic page properties",
"main": "dist/index.js",
@ -9,7 +9,7 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"build": "(tsbuild --web)",
"format": "(gitzone format)"
},
"keywords": [

View File

@ -22,6 +22,8 @@ export class WebSetup {
}
async setup(optionsArg: IWebSetupConstructorOptions) {
await setupMetaInformation(optionsArg.metaObject);
if (optionsArg.serviceworker) {
await setupServiceWoker();
}