@canopycanopycanopy/b-ber-grammar-pullquote 3.0.8-spreads.8 → 3.0.8
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.
- package/dist/index.js +2 -3
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -122,7 +122,7 @@ const render = ({
|
|
|
122
122
|
const tokenClose = token.match(MARKER_CLOSE_RE);
|
|
123
123
|
return tokenClose ? handleClose(token, instance) : tokenOpen ? handleOpen(tokenOpen, context, fileName, lineNumber) : '';
|
|
124
124
|
};
|
|
125
|
-
var _default = {
|
|
125
|
+
var _default = exports.default = {
|
|
126
126
|
plugin: _bBerParserSection.default,
|
|
127
127
|
name: 'pullQuote',
|
|
128
128
|
renderer: ({
|
|
@@ -141,5 +141,4 @@ var _default = {
|
|
|
141
141
|
context
|
|
142
142
|
})
|
|
143
143
|
})
|
|
144
|
-
};
|
|
145
|
-
exports.default = _default;
|
|
144
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canopycanopycanopy/b-ber-grammar-pullquote",
|
|
3
|
-
"version": "3.0.8
|
|
3
|
+
"version": "3.0.8",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"rimraf": "^2.7.1"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@canopycanopycanopy/b-ber-grammar-attributes": "3.0.8
|
|
29
|
-
"@canopycanopycanopy/b-ber-lib": "3.0.8
|
|
30
|
-
"@canopycanopycanopy/b-ber-logger": "3.0.8
|
|
31
|
-
"@canopycanopycanopy/b-ber-parser-section": "3.0.8
|
|
32
|
-
"@canopycanopycanopy/b-ber-shapes-directives": "3.0.8
|
|
28
|
+
"@canopycanopycanopy/b-ber-grammar-attributes": "3.0.8",
|
|
29
|
+
"@canopycanopycanopy/b-ber-lib": "3.0.8",
|
|
30
|
+
"@canopycanopycanopy/b-ber-logger": "3.0.8",
|
|
31
|
+
"@canopycanopycanopy/b-ber-parser-section": "3.0.8",
|
|
32
|
+
"@canopycanopycanopy/b-ber-shapes-directives": "3.0.8",
|
|
33
33
|
"lodash": "^4.17.21",
|
|
34
34
|
"lodash.has": "latest",
|
|
35
35
|
"lodash.isundefined": "^3.0.1",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"url": "https://maxwellsimmer.com"
|
|
53
53
|
}
|
|
54
54
|
],
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "d28d593f75b4f67e5fc6f1a2925d2d8322361f96"
|
|
56
56
|
}
|