@rse/nunjucks-cli 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -64,12 +64,13 @@ Example
64
64
 
65
65
  ```sh
66
66
  $ echo "Hello, {{who}}!" | nunjucks -D who=world -
67
+ Hello, world!
67
68
  ```
68
69
 
69
70
  License
70
71
  -------
71
72
 
72
- Copyright (c) 2019-2023 Dr. Ralf S. Engelschall (http://engelschall.com/)
73
+ Copyright © 2019-2023 Dr. Ralf S. Engelschall (http://engelschall.com/)
73
74
 
74
75
  Permission is hereby granted, free of charge, to any person obtaining
75
76
  a copy of this software and associated documentation files (the
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rse/nunjucks-cli",
3
3
  "publishConfig": { "access": "public" },
4
- "version": "1.1.0",
4
+ "version": "1.1.1",
5
5
  "description": "Nunjucks Template Rendering Command-Line Interface",
6
6
  "author": {
7
7
  "name": "Dr. Ralf S. Engelschall",