We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482317d commit 9a78f27Copy full SHA for 9a78f27
package.json
@@ -15,10 +15,10 @@
15
"bugs": "https://github.com/chrisdothtml/rollup-plugin-dustjs/issues",
16
"main": "build/index.js",
17
"peerDependencies": {
18
- "dustjs-linkedin": "^2.7.5"
+ "dustjs-linkedin": "^2.6.0"
19
},
20
"devDependencies": {
21
- "dustjs-linkedin": "^2.7.5",
+ "dustjs-linkedin": "^2.6.0",
22
"rollup": "^0.41.6",
23
"rollup-watch": "^3.2.2"
24
readme.md
@@ -28,6 +28,8 @@ export default {
28
29
#### whitespace
30
31
+Preserves whitespace in templates
32
+
33
Type: `Boolean`
34
35
Default: `false`
0 commit comments