Skip to content

Commit 3b39ca7

Browse files
fix: update version to 1.2.4 in package.json and remove unused asset configurations in project.json
1 parent 0dc304e commit 3b39ca7

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

tools/nx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firemono/nx",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Nx plugin for Firebase development with proper architecture - Functions as Nx apps building to dist, live reloading, and auto-persisted emulator data",
55
"author": "Johannes Firemono",
66
"license": "MIT",

tools/nx/project.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,6 @@
1414
"tsConfig": "tools/nx/tsconfig.lib.json",
1515
"assets": [
1616
"tools/nx/*.md",
17-
{
18-
"input": "./tools/nx/src",
19-
"glob": "**/!(*.ts)",
20-
"output": "./src"
21-
},
22-
{
23-
"input": "./tools/nx/src",
24-
"glob": "**/*.d.ts",
25-
"output": "./src"
26-
},
2717
{
2818
"input": "./tools/nx",
2919
"glob": "generators.json",

0 commit comments

Comments
 (0)