Browse Source

mark @abp/nx.generators as public

pull/16762/head
Mahmut Gundogdu 3 years ago
parent
commit
602b789f2d
  1. 10
      npm/ng-packs/packages/generators/package.json

10
npm/ng-packs/packages/generators/package.json

@ -1,6 +1,14 @@
{
"name": "@abp/nx.generators",
"version": "7.3.0-preview20230530",
"homepage": "https://abp.io",
"generators": "./generators.json",
"type": "commonjs",
"generators": "./generators.json"
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"publishConfig": {
"access": "public"
}
}

Loading…
Cancel
Save