Skip to content

Commit

Permalink
Bump stencil version
Browse files Browse the repository at this point in the history
  • Loading branch information
alesgenova committed Dec 18, 2018
1 parent c8a9b1e commit 9bd53ea
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 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.5",
"version": "1.1.6",
"description": "Universal web component to create arbitrary split layouts ",
"module": "dist/esm/index.js",
"main": "dist/index.js",
Expand All @@ -23,16 +23,16 @@
"lodash.throttle": "^4.1.1"
},
"devDependencies": {
"@stencil/core": "^0.15.2",
"@types/jest": "^23.3.9",
"@stencil/core": "^0.16.1",
"@types/jest": "^23.3.10",
"@types/lodash.throttle": "^4.1.4",
"@types/puppeteer": "1.10.0",
"husky": "^1.1.3",
"@types/puppeteer": "1.11.1",
"husky": "^1.2.1",
"jest": "23.6.0",
"pixelmatch": "4.0.2",
"prettier": "^1.15.1",
"prettier": "^1.15.3",
"pretty-quick": "^1.8.0",
"puppeteer": "1.10.0"
"puppeteer": "1.11.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9bd53ea

Please sign in to comment.