Skip to content

Commit

Permalink
Bump copyright year for mit license
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jan 11, 2023
1 parent e7061e5 commit 5b00b19
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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 Individual contributors to img-src-placeholder
Copyright (c) 2022-2023 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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ $ npm install --global img-src-placeholder
$ img-src-placeholder src/web ext=.html docs/api-manual
```

### 3. CLI Flags
### 3. CLI flags
Command-line flags:
| Flag | Description | Value |
| --------------- | ------------------------------------------------ | ---------- |
Expand All @@ -66,7 +66,7 @@ Command-line flags:

The default value for `--ext` is: `".html,.htm,.php,.aspx,.asp,.jsp"`

### 4. Example CLI Usage
### 4. Example CLI usage
Examples:
- `img-src-placeholder src/web build/website`<br>
Recursively copy all HTML files in the **src/web** folder to the **build/website** folder and replace the "hash" placeholder image sources with an inline data URL for a transparent 1 pixel image.
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"posttest": "html-validator spec/fixtures"
},
"dependencies": {
"chalk": "~5.1",
"chalk": "~5.2",
"cli-argv-util": "~0.1",
"fancy-log": "~2.0",
"glob": "~8.0",
Expand All @@ -93,18 +93,18 @@
"devDependencies": {
"@types/fancy-log": "~2.0",
"@types/node": "~18.11",
"@typescript-eslint/eslint-plugin": "~5.43",
"@typescript-eslint/parser": "~5.43",
"@typescript-eslint/eslint-plugin": "~5.48",
"@typescript-eslint/parser": "~5.48",
"add-dist-header": "~0.3",
"assert-deep-strict-equal": "~1.0",
"copy-file-util": "~0.1",
"eslint": "~8.28",
"eslint": "~8.31",
"jshint": "~2.13",
"mocha": "~10.1",
"mocha": "~10.2",
"rev-web-assets": "~0.1",
"rimraf": "~3.0",
"run-scripts-util": "~0.1",
"typescript": "~4.9",
"w3c-html-validator": "~1.2"
"w3c-html-validator": "~1.3"
}
}

0 comments on commit 5b00b19

Please sign in to comment.