Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Oct 21, 2022
1 parent 0d00671 commit 58d6188
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.0.1 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License
//! img-src-placeholder v0.1.0 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License

import { Results } from 'replacer-util';
export declare 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.0.1 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License
//! img-src-placeholder v0.1.0 ~~ 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.0.1 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License
//! img-src-placeholder v0.1.0 ~~ 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.0.1",
"version": "0.1.0",
"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 @@
"mocha": "~10.1",
"rev-web-assets": "~0.1",
"rimraf": "~3.0",
"run-scripts-util": "~0.0.1",
"run-scripts-util": "~0.1",
"typescript": "~4.8",
"w3c-html-validator": "~1.2"
}
Expand Down

0 comments on commit 58d6188

Please sign in to comment.