We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa85bb commit 8eaa505Copy full SHA for 8eaa505
package.json
@@ -1,13 +1,14 @@
1
{
2
"name": "workbox-mirror-precache-plugin",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "A workbox plugin that fetch precache files from various mirrors.",
5
"main": "lib/index.js",
6
"module": "lib/index.js",
7
"types": "lib/index.d.ts",
8
"type": "module",
9
"packageManager": "[email protected]",
10
"scripts": {
11
+ "prepublishOnly": "npm run build",
12
"build": "tsc",
13
"test": "echo \"Error: no test specified\" && exit 1"
14
},
0 commit comments