Skip to content

Commit 18156d5

Browse files
committed
Update 1.2.1 to fix mdsb100#5
1 parent a456404 commit 18156d5

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cli-gitlab
22
===========
33
Check [node-gitlab](https://github.com/moul/node-gitlab)
4-
4+
Dependencie on node-gitlab 1.3.0
55
Quick Start
66
=====
77
```bash

bin/map.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -936,8 +936,8 @@ module.exports =
936936
type: true
937937
index: 0
938938
}
939-
desc: "Creates a new project owned by the authenticated user."
940-
nameSpaces: "projects.create"
939+
desc: "Creates a new user. Note only administrators can create new users."
940+
nameSpaces: "users.create"
941941
callback: stringifyFormat
942942
"session":
943943
param: [

bin/map.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cli-gitlab",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "GitLab CLI library.",
55
"main": "bin/refine.js",
66
"directories": {

0 commit comments

Comments
 (0)