Skip to content

Commit b37e11c

Browse files
committed
fix: (client) use correct npm lifecycle hook for prepublish - fixes #1549
1 parent df47bab commit b37e11c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "browser-sync",
33
"description": "Live CSS Reload & Browser Syncing",
4-
"version": "2.24.0",
4+
"version": "2.24.1",
55
"homepage": "https://browsersync.io/",
66
"author": {
77
"name": "Shane Osbourne"
@@ -32,7 +32,7 @@
3232
"coveralls": "istanbul-coveralls",
3333
"pre-release": "npm test && npm run pro-local && npm run pro",
3434
"lodash": "lodash include=isUndefined,isFunction,toArray,includes,union,each,isString,merge,isObject,set exports=node",
35-
"publishOnly": "cb build-all"
35+
"prepublishOnly": "cb build-all"
3636
},
3737
"dependencies": {
3838
"browser-sync-ui": "v1.0.1",

0 commit comments

Comments
 (0)