Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alesgenova committed Mar 15, 2019
1 parent 884dd18 commit 2b57217
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "split-me",
"version": "1.1.7",
"version": "1.1.8",
"description": "Universal web component to create arbitrary split layouts ",
"module": "dist/esm/index.js",
"main": "dist/index.js",
Expand All @@ -24,15 +24,13 @@
},
"devDependencies": {
"@stencil/core": "^0.18.0",
"@types/jest": "^24.0.9",
"@types/jest": "23.3.14",
"@types/lodash.throttle": "^4.1.5",
"@types/puppeteer": "1.12.1",
"husky": "^1.3.1",
"jest": "24.1.0",
"pixelmatch": "4.0.2",
"jest": "23.6.0",
"jest-cli": "23.6.0",
"prettier": "^1.16.4",
"pretty-quick": "^1.10.0",
"puppeteer": "1.12.2"
"pretty-quick": "^1.10.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2b57217

Please sign in to comment.