Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jun 20, 2023
1 parent 978fc74 commit 965d2d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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 v1.0.2 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License
//! img-src-placeholder v1.1.0 ~~ 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.0.2 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License
//! img-src-placeholder v1.1.0 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License

import { replacer } from 'replacer-util';
const imgSrcPlaceholder = {
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "img-src-placeholder",
"version": "1.0.2",
"version": "1.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 @@ -82,7 +82,7 @@
},
"dependencies": {
"chalk": "~5.2",
"cli-argv-util": "~1.0",
"cli-argv-util": "~1.1",
"fancy-log": "~2.0",
"istextorbinary": "~6.0",
"replacer-util": "~1.0",
Expand All @@ -93,16 +93,16 @@
"@types/node": "~20.3",
"@typescript-eslint/eslint-plugin": "~5.60",
"@typescript-eslint/parser": "~5.60",
"add-dist-header": "~1.0",
"assert-deep-strict-equal": "~1.0",
"copy-file-util": "~1.0",
"add-dist-header": "~1.1",
"assert-deep-strict-equal": "~1.1",
"copy-file-util": "~1.1",
"eslint": "~8.43",
"jshint": "~2.13",
"mocha": "~10.2",
"rev-web-assets": "~1.1",
"rimraf": "~5.0",
"run-scripts-util": "~1.1",
"typescript": "~5.1",
"w3c-html-validator": "~1.3"
"w3c-html-validator": "~1.4"
}
}

0 comments on commit 965d2d1

Please sign in to comment.