diff --git a/packages/react/src/generators/library/library.spec.ts b/packages/react/src/generators/library/library.spec.ts index 99e04801a0ed9..1f44a2e982cad 100644 --- a/packages/react/src/generators/library/library.spec.ts +++ b/packages/react/src/generators/library/library.spec.ts @@ -1223,6 +1223,7 @@ module.exports = withNx( }, "type": "module", "types": "./dist/index.esm.d.ts", + "version": "0.0.1", } `); });