Skip to content

Commit

Permalink
Release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Aug 14, 2024
1 parent e7d620f commit bdc7720
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const dataImage = 'data:image/svg+xml;base64,' +
- 🪺 [recursive-exec](https://github.com/center-key/recursive-exec):  _Run a command on each file in a folder and its subfolders_
- 🔍 [img-src-placeholder](https://github.com/center-key/img-src-placeholder):  _Find and replace strings or template outputs in text files_
- 🔢 [rev-web-assets](https://github.com/center-key/rev-web-assets):  _Revision web asset filenames with cache busting content hash fingerprints_
- 🚆 [run-scripts-util](https://github.com/center-key/run-scripts-util):  _Organize npm package.json scripts into named groups of easy to manage commands_
- 🚆 [run-scripts-util](https://github.com/center-key/run-scripts-util):  _Organize npm package.json scripts into groups of easy to manage commands_
- 🚦 [w3c-html-validator](https://github.com/center-key/w3c-html-validator):  _Check the markup validity of HTML files using the W3C validator_

Feel free to submit questions at:<br>
Expand Down
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 v1.1.2 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License
//! img-src-placeholder v1.1.3 ~~ 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 v1.1.2 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License
//! img-src-placeholder v1.1.3 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License

import { replacer } from 'replacer-util';
import chalk from 'chalk';
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": "1.1.2",
"version": "1.1.3",
"description": "Replace src=# in <img> tags with a data URL of a transparent 1 pixel image (CLI for package.json scripts)",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -69,7 +69,7 @@
"devDependencies": {
"@eslint/js": "~9.9",
"@types/fancy-log": "~2.0",
"@types/node": "~22.2",
"@types/node": "~22.3",
"add-dist-header": "~1.4",
"assert-deep-strict-equal": "~1.2",
"copy-file-util": "~1.2",
Expand Down

0 comments on commit bdc7720

Please sign in to comment.