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 c37d50e commit 69e4f62Copy full SHA for 69e4f62
packages/patternengine-node-nunjucks/package.json
@@ -22,7 +22,11 @@
22
"author": {
23
"name": "Dan White"
24
},
25
- "bundleDependencies": false,
+ "repository": {
26
+ "type": "git",
27
+ "url": "https://github.com/danwhite85/patternengine-node-nunjucks"
28
+ },
29
+ "bugs": "https://github.com/danwhite85/patternengine-node-nunjucks/issues",
30
"deprecated": false,
31
"description": "The nunjucks engine for Pattern Lab / Node",
32
"dependencies": {
0 commit comments