Skip to content

Commit

Permalink
Release 1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Jul 6, 2021
1 parent 57daa2b commit d5745d5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/lightense.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! lightense-images v1.0.15 | © Tunghsiao Liu | MIT */
/*! lightense-images v1.0.17 | © Tunghsiao Liu | MIT */
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
Expand Down
2 changes: 1 addition & 1 deletion dist/lightense.min.js

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

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lightense-images",
"version": "1.0.15",
"version": "1.0.17",
"description": "A dependency-free pure JavaScript image zooming library less than 2 KB (gzipped)",
"main": "dist/lightense.js",
"scripts": {
Expand Down Expand Up @@ -43,8 +43,12 @@
},
"release-it": {
"hooks": {
"before:bump": ["yarn test"],
"after:bump": ["yarn build"]
"before:bump": [
"yarn test"
],
"after:bump": [
"yarn build"
]
},
"github": {
"release": true
Expand Down

0 comments on commit d5745d5

Please sign in to comment.