Skip to content

Commit

Permalink
Chore(web-twig): Add package into lerna managed workspace (refs #393)
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Aug 31, 2022
1 parent a6e490a commit 0381eff
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
File renamed without changes.
21 changes: 21 additions & 0 deletions packages/web-twig/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "@lmc-eu/spirit-web-twig",
"version": "1.8.0",
"description": "Twig implementation of Spirit Design System components",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/lmc-eu/spirit-design-system.git",
"directory": "packages/web-twig"
},
"scripts": {
"start": "make start",
"stop": "make down",
"test:unit": "make phpstan",
"test:unit:update": "make phpstan-update",
"test:unit:coverage": "make phpstan-coverage",
"lint:fix": "make ecs-fix",
"version": "sh ./bin/version.sh $npm_package_version"
}
}

0 comments on commit 0381eff

Please sign in to comment.