Skip to content

Commit 5dbdc35

Browse files
Karen BaneyKaren Baney
authored andcommitted
add prompt update package.json
1 parent 697791c commit 5dbdc35

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"type": "git",
77
"url": "git+https://github.com/kb-coder/vue-cli-plugin-workbox-pwa.git"
88
},
9+
"homepage": "https://github.com/kb-coder/vue-cli-plugin-workbox-pwa#readme",
910
"keywords": [
1011
"workbox",
1112
"cli",

prompts.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = [
2+
{
3+
name: `workboxPwa`,
4+
type: 'confirm',
5+
message: 'Add workbox pwa to your application?',
6+
default: false
7+
}
8+
]

0 commit comments

Comments
 (0)