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 1fea333 commit 58f7ec1Copy full SHA for 58f7ec1
packages/engine-twig/package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "@pattern-lab/patternengine-node-twig",
+ "name": "@pattern-lab/engine-twig",
3
"description": "The Twig engine for Pattern Lab / Node",
4
"version": "0.2.0",
5
"main": "lib/engine_twig.js",
@@ -17,11 +17,9 @@
17
"Javascript",
18
"Twig"
19
],
20
- "repository": {
21
- "type": "git",
22
- "url": "https://github.com/pattern-lab/patternengine-node-twig.git"
23
- },
24
- "bugs": "https://github.com/pattern-lab/patternengine-node-twig/issues",
+ "repository":
+ "https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-twig",
+ "bugs": "https://github.com/pattern-lab/patternlab-node/issues",
25
"author": "Brian Muenzenmeyer & Geoffrey Pursell",
26
"license": "MIT",
27
"scripts": {
0 commit comments