Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jfgreffier committed Jul 10, 2024
1 parent d5647b1 commit 230f098
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playwright-ng-schematics",
"version": "0.1.0",
"version": "0.1.1",
"description": "Playwright Angular schematics",
"scripts": {
"build": "tsc -p tsconfig.json",
Expand All @@ -10,13 +10,19 @@
"test": "vitest",
"test:ci": "vitest run --coverage"
},
"files": ["lib"],
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "https://github.com/jfgreffier/playwright-ng-schematics.git"
},
"license": "Apache-2.0",
"keywords": ["angular", "playwright", "schematics"],
"keywords": [
"angular",
"playwright",
"schematics"
],
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@schematics/angular": "18.0.7",
Expand Down

0 comments on commit 230f098

Please sign in to comment.