Skip to content

Commit 43adc09

Browse files
committed
fix(nx): add package metadata
1 parent fe857e0 commit 43adc09

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

packages/nx/package.json

+22-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
{
22
"name": "@mutates/nx",
3-
"version": "0.0.1",
3+
"version": "0.0.0-development",
4+
"keywords": [
5+
"typescript",
6+
"ast",
7+
"mutations",
8+
"nx",
9+
"generators",
10+
"migrations"
11+
],
12+
"homepage": "https://github.com/IKatsuba/mutates",
13+
"repository": "https://github.com/IKatsuba/mutates",
14+
"license": "Apache-2.0",
15+
"contributors": [
16+
"Igor Katsuba <igor@katsuba.dev>"
17+
],
418
"type": "commonjs",
519
"main": "./src/index.js",
620
"typings": "./src/index.d.ts",
@@ -11,5 +25,11 @@
1125
"@mutates/core": "0.0.0-development",
1226
"@nx/devkit": ">=19.0.0",
1327
"ts-morph": ">=22.0.0"
14-
}
28+
},
29+
"publishConfig": {
30+
"access": "public"
31+
},
32+
"authors": [
33+
"Igor Katsuba <igor@katsuba.dev>"
34+
]
1535
}

0 commit comments

Comments
 (0)