Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
evnbr committed Sep 14, 2019
1 parent cc21c7d commit a328204
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bindery",
"version": "2.2.7",
"version": "2.2.8",
"description": "Book layout in the browser",
"main": "dist/bindery.cjs.js",
"module": "dist/bindery.esm.js",
Expand Down Expand Up @@ -44,8 +44,7 @@
"dev": "rollup -c -w",
"test": "jest && codecov",
"coverage": "jest --coverage",
"docs": "cd docs && jekyll serve",
"lint": "eslint src/ webpack.*.js --cache"
"docs": "cd docs && jekyll serve"
},
"jest": {
"collectCoverage": true,
Expand Down

0 comments on commit a328204

Please sign in to comment.