Skip to content

Commit 44360b2

Browse files
committed
chore: Update npm scope and pkg name
1 parent 6f46405 commit 44360b2

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

nx.json

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "./node_modules/nx/schemas/nx-schema.json",
3-
"npmScope": "nx-azure-functions-integration",
3+
"npmScope": "beyerlein",
44
"affected": {
55
"defaultBase": "main"
66
},
@@ -15,20 +15,13 @@
1515
"default": {
1616
"runner": "nx/tasks-runners/default",
1717
"options": {
18-
"cacheableOperations": [
19-
"build",
20-
"lint",
21-
"test",
22-
"e2e"
23-
]
18+
"cacheableOperations": ["build", "lint", "test", "e2e"]
2419
}
2520
}
2621
},
2722
"targetDefaults": {
2823
"build": {
29-
"dependsOn": [
30-
"^build"
31-
]
24+
"dependsOn": ["^build"]
3225
}
3326
},
3427
"workspaceLayout": {

packages/azure-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@beyerleinf/nx-azure-functions",
2+
"name": "@beyerlein/nx-azure-functions",
33
"version": "0.0.1",
44
"main": "src/index.js",
55
"generators": "./generators.json",

0 commit comments

Comments
 (0)