Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 38e54f13ff | |||
| a11233ddb6 | |||
| 7cfd5e4358 |
20
README.md
20
README.md
@@ -2,17 +2,17 @@
|
||||
npmci is your friend when it comes to handling npm packages during CI builds. It is optimized for GitLab CI
|
||||
|
||||
## Availabililty
|
||||
[](https://www.npmjs.com/package/npmci)
|
||||
[](https://gitlab.com/pushrocks/npmci)
|
||||
[](https://github.com/pushrocks/npmci)
|
||||
[](https://pushrocks.gitlab.io/npmci/docs)
|
||||
[](https://www.npmjs.com/package/npmci)
|
||||
[](https://gitlab.com/gitzone/npmci)
|
||||
[](https://github.com/gitzone/npmci)
|
||||
[](https://gitzone.gitlab.io/npmci/docs)
|
||||
|
||||
## Status for master
|
||||
[](https://gitlab.com/pushrocks/npmci/commits/master)
|
||||
[](https://gitlab.com/pushrocks/npmci/commits/master)
|
||||
[](https://david-dm.org/pushrocks/npmci)
|
||||
[](https://www.bithound.io/github/pushrocks/npmci/master/dependencies/npm)
|
||||
[](https://www.bithound.io/github/pushrocks/npmci)
|
||||
[](https://gitlab.com/gitzone/npmci/commits/master)
|
||||
[](https://gitlab.com/gitzone/npmci/commits/master)
|
||||
[](https://david-dm.org/gitzonetools/npmci)
|
||||
[](https://www.bithound.io/github/gitzonetools/npmci/master/dependencies/npm)
|
||||
[](https://www.bithound.io/github/gitzonetools/npmci)
|
||||
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
||||
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
||||
|
||||
@@ -87,4 +87,4 @@ setting | example | description
|
||||
--- | --- | ---
|
||||
globalNpmTools | "globalNpmTools": ["gitbook"] | Will look for the specified package names locally and (if not yet present) install them from npm.
|
||||
|
||||
[](https://push.rocks)
|
||||
[](https://push.rocks)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "npmci",
|
||||
"version": "2.3.39",
|
||||
"version": "2.3.40",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
@@ -13,14 +13,14 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/pushrocks/npmci.git"
|
||||
"url": "git+ssh://git@gitlab.com/gitzone/npmci.git"
|
||||
},
|
||||
"author": "Lossless GmbH",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://gitlab.com/pushrocks/npmci/issues"
|
||||
"url": "https://gitlab.com/gitzone/npmci/issues"
|
||||
},
|
||||
"homepage": "https://gitlab.com/pushrocks/npmci#README",
|
||||
"homepage": "https://gitlab.com/gitzone/npmci#README",
|
||||
"devDependencies": {
|
||||
"@types/should": "^8.1.30",
|
||||
"npmts-g": "^5.2.8",
|
||||
|
||||
Reference in New Issue
Block a user