Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alesgenova committed Sep 25, 2018
1 parent 62ea101 commit 30db0b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 30db0b4

Please sign in to comment.