Skip to content

Commit

Permalink
fix: (client) use correct npm lifecycle hook for prepublish - fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Apr 30, 2018
1 parent df47bab commit b37e11c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "browser-sync",
"description": "Live CSS Reload & Browser Syncing",
"version": "2.24.0",
"version": "2.24.1",
"homepage": "https://browsersync.io/",
"author": {
"name": "Shane Osbourne"
Expand Down Expand Up @@ -32,7 +32,7 @@
"coveralls": "istanbul-coveralls",
"pre-release": "npm test && npm run pro-local && npm run pro",
"lodash": "lodash include=isUndefined,isFunction,toArray,includes,union,each,isString,merge,isObject,set exports=node",
"publishOnly": "cb build-all"
"prepublishOnly": "cb build-all"
},
"dependencies": {
"browser-sync-ui": "v1.0.1",
Expand Down

0 comments on commit b37e11c

Please sign in to comment.