From b3e42974bb52cc952e0c708e5c087eda08e02825 Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Tue, 6 Jul 2021 13:47:00 -0400 Subject: [PATCH] fix: wrong release action --- .github/workflows/npm-publish.yml | 4 ++-- dist/lightense.js | 2 +- dist/lightense.min.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 48a64f5..d8198d6 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -27,7 +27,7 @@ jobs: with: node-version: 16 registry-url: https://registry.npmjs.org/ - - run: npm ci + - run: yarn --frozen-lockfile - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} @@ -44,7 +44,7 @@ jobs: with: node-version: 16 registry-url: https://npm.pkg.github.com/ - - run: npm ci + - run: yarn --frozen-lockfile - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/dist/lightense.js b/dist/lightense.js index bf785bd..92be0d5 100644 --- a/dist/lightense.js +++ b/dist/lightense.js @@ -1,4 +1,4 @@ -/*! lightense-images v1.0.13 | © Tunghsiao Liu | MIT */ +/*! lightense-images v1.0.14 | © Tunghsiao Liu | MIT */ (function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(); diff --git a/dist/lightense.min.js b/dist/lightense.min.js index 1c548f7..7fb914c 100644 --- a/dist/lightense.min.js +++ b/dist/lightense.min.js @@ -1,2 +1,2 @@ -/*! lightense-images v1.0.13 | © Tunghsiao Liu | MIT */ +/*! lightense-images v1.0.14 | © Tunghsiao Liu | MIT */ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.Lightense=t():e.Lightense=t()}(this,(function(){return e={352:e=>{function t(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function n(e){for(var n=1;nu?d-u:d-t.padding,p=l>u?l-u:l-t.padding,f=n/i,b=g/p;r.scaleFactor=n=r.offset&&g()}function f(e){e.preventDefault(),27===e.keyCode&&g()}return function(i){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};e=a(i),r=n(n({},t),o),l(),u(),c(e)}}();e.exports=o}},t={},function n(r){var i=t[r];if(void 0!==i)return i.exports;var o=t[r]={exports:{}};return e[r](o,o.exports,n),o.exports}(352);var e,t})); \ No newline at end of file