Skip to content

Commit 794a6e1

Browse files
committed
v1.0.1
1 parent 36cd286 commit 794a6e1

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

directive.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

directive.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

directive.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ const Directive: Plugin = (jsonic: Jsonic, options: DirectiveOptions) => {
9292
null == close
9393
? null
9494
: `
95-
The ${name} directive must start with the characters "${open}" and end
96-
with the characters "${close}". The end characters "${close}" may not
97-
appear without the start characters "${open}" appearing first:
98-
"${open}...${close}".
95+
The {name} directive must start with the characters "{open}" and end
96+
with the characters "{close}". The end characters "{close}" may not
97+
appear without the start characters "{open}" appearing first:
98+
"{open}...{close}".
9999
`,
100100
},
101101
})

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jsonic/directive",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "This plugin allows the [Jsonic](https://jsonic.senecajs.org) JSON parser to support directive syntax.",
55
"main": "directive.js",
66
"type": "commonjs",

0 commit comments

Comments
 (0)