diff --git a/package.json b/package.json index aba4cae..b7acfb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "split-me", - "version": "0.3.2", + "version": "1.0.0", "description": "Universal web component to create arbitrary split layouts ", "module": "dist/esm/index.js", "main": "dist/index.js", @@ -13,7 +13,8 @@ "build": "stencil build", "start": "stencil build --dev --watch --serve", "test": "jest", - "test.watch": "jest --watch" + "test.watch": "jest --watch", + "prepublishOnly": "rm -rf .stencil/ dist/ www/ && npm install && npm run build" }, "dependencies": { "lodash.throttle": "^4.1.1"