Skip to content

Commit

Permalink
feat: add repository to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Bielik20 committed Feb 25, 2021
1 parent 91d2939 commit 501818e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/nx-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "@ns3/nx-core",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/Bielik20/nx-plugins"
},
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json"
Expand Down
4 changes: 4 additions & 0 deletions packages/nx-serverless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "@ns3/nx-serverless",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/Bielik20/nx-plugins"
},
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json"
Expand Down
12 changes: 12 additions & 0 deletions workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@
}
]
}
},
"version": {
"builder": "./tools/src/builders:npm-version"
},
"publish": {
"builder": "./tools/src/builders:npm-publish"
}
}
},
Expand Down Expand Up @@ -112,6 +118,12 @@
}
]
}
},
"version": {
"builder": "./tools/src/builders:npm-version"
},
"publish": {
"builder": "./tools/src/builders:npm-publish"
}
}
},
Expand Down

0 comments on commit 501818e

Please sign in to comment.