Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jan 14, 2023
1 parent 5b00b19 commit 4189645
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/img-src-placeholder.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! img-src-placeholder v0.1.1 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License
//! img-src-placeholder v0.1.2 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License

import { Results } from 'replacer-util';
export type Settings = {
Expand Down
2 changes: 1 addition & 1 deletion dist/img-src-placeholder.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! img-src-placeholder v0.1.1 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License
//! img-src-placeholder v0.1.2 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License

import { replacer } from 'replacer-util';
const imgSrcPlaceholder = {
Expand Down
2 changes: 1 addition & 1 deletion dist/img-src-placeholder.umd.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! img-src-placeholder v0.1.1 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License
//! img-src-placeholder v0.1.2 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License

(function (factory) {
if (typeof module === "object" && typeof module.exports === "object") {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "img-src-placeholder",
"version": "0.1.1",
"version": "0.1.2",
"description": "Replace src=# in <img> tags of HTML files with an inline data URL of a transparent 1 pixel image (CLI tool designed for use in npm scripts)",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -102,7 +102,7 @@
"jshint": "~2.13",
"mocha": "~10.2",
"rev-web-assets": "~0.1",
"rimraf": "~3.0",
"rimraf": "~4.0",
"run-scripts-util": "~0.1",
"typescript": "~4.9",
"w3c-html-validator": "~1.3"
Expand Down

0 comments on commit 4189645

Please sign in to comment.