Skip to content

Commit d5745d5

Browse files
committed
Release 1.0.17
1 parent 57daa2b commit d5745d5

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

dist/lightense.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! lightense-images v1.0.15 | © Tunghsiao Liu | MIT */
1+
/*! lightense-images v1.0.17 | © Tunghsiao Liu | MIT */
22
(function webpackUniversalModuleDefinition(root, factory) {
33
if(typeof exports === 'object' && typeof module === 'object')
44
module.exports = factory();

dist/lightense.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lightense-images",
3-
"version": "1.0.15",
3+
"version": "1.0.17",
44
"description": "A dependency-free pure JavaScript image zooming library less than 2 KB (gzipped)",
55
"main": "dist/lightense.js",
66
"scripts": {
@@ -43,8 +43,12 @@
4343
},
4444
"release-it": {
4545
"hooks": {
46-
"before:bump": ["yarn test"],
47-
"after:bump": ["yarn build"]
46+
"before:bump": [
47+
"yarn test"
48+
],
49+
"after:bump": [
50+
"yarn build"
51+
]
4852
},
4953
"github": {
5054
"release": true

0 commit comments

Comments
 (0)