Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Kennedy committed Apr 4, 2020
1 parent 7a8e1f2 commit 2ccb5ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-it.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ module.exports = {
},
hooks: {
'after:bump': 'npm run banner',
'before:init': ['npm test'],
'before:init': ['npm test && npm run build'],
},
};
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cookie-store",
"description": "A polyfill for the Cookie Store API",
"version": "1.0.3",
"version": "2.0.0",
"author": "Mark Kennedy <mark@heyimmark.com>",
"license": "MIT",
"homepage": "https://github.com/mkay581/cookie-store",
Expand Down

0 comments on commit 2ccb5ed

Please sign in to comment.