Skip to content

Commit

Permalink
Release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jan 3, 2024
1 parent e17c9dc commit 197025f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022-2023 Individual contributors to img-src-placeholder
Copyright (c) 2022-2024 Individual contributors to img-src-placeholder

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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.1 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License
//! img-src-placeholder v1.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 v1.1.1 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License
//! img-src-placeholder v1.1.2 ~~ https://github.com/center-key/img-src-placeholder ~~ MIT License

import { replacer } from 'replacer-util';
import chalk from 'chalk';
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "img-src-placeholder",
"version": "1.1.1",
"version": "1.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 @@ -87,24 +87,24 @@
"chalk": "~5.3",
"cli-argv-util": "~1.2",
"fancy-log": "~2.0",
"istextorbinary": "~7.0",
"istextorbinary": "~9.5",
"replacer-util": "~1.2",
"slash": "~5.1"
},
"devDependencies": {
"@types/fancy-log": "~2.0",
"@types/node": "~20.9",
"@typescript-eslint/eslint-plugin": "~6.10",
"@typescript-eslint/parser": "~6.10",
"@types/node": "~20.10",
"@typescript-eslint/eslint-plugin": "~6.17",
"@typescript-eslint/parser": "~6.17",
"add-dist-header": "~1.3",
"assert-deep-strict-equal": "~1.1",
"copy-file-util": "~1.1",
"eslint": "~8.53",
"eslint": "~8.56",
"jshint": "~2.13",
"mocha": "~10.2",
"rimraf": "~5.0",
"run-scripts-util": "~1.2",
"typescript": "~5.2",
"typescript": "~5.3",
"w3c-html-validator": "~1.6"
}
}

0 comments on commit 197025f

Please sign in to comment.