Skip to content

Commit 4816b7d

Browse files
committed
feat: added package.json and .npmignore in order to being able to publish templates as npm packages
1 parent aeab55c commit 4816b7d

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

templates/twig/.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/composed

templates/twig/package.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "@typesafe-html5/twig",
3+
"version": "0.2.24",
4+
"type": "module",
5+
"license": "MIT",
6+
"description": "Fully Type-Safe, WCAG and ARIA compliant, HTML5 components for use in more consistent Twig templates. Has static attribute (enums) validation.",
7+
"repository": "https://github.com/vardumper/extended-htmldocument/tree/main/templates/twig",
8+
"author": "Erik Poehler",
9+
"bugs": {
10+
"url": "https://github.com/vardumper/extended-htmldocument/issues"
11+
},
12+
"homepage": "https://vardumper.github.io/extended-htmldocument/templates/twig",
13+
"keywords": [
14+
"HTML",
15+
"HTML5",
16+
"Typesafe",
17+
"Schema-first",
18+
"WCAG",
19+
"ARIA",
20+
"Twig",
21+
"Symfony",
22+
"Components",
23+
"Templates",
24+
"static"
25+
],
26+
"publishConfig": {
27+
"access": "public"
28+
},
29+
"files": [
30+
"block",
31+
"inline",
32+
"void"
33+
]
34+
}

0 commit comments

Comments
 (0)