Skip to content

Commit

Permalink
Update 1.2.1 to fix #5
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsb100 committed Jul 17, 2015
1 parent a456404 commit 18156d5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cli-gitlab
===========
Check [node-gitlab](https://github.com/moul/node-gitlab)

Dependencie on node-gitlab 1.3.0
Quick Start
=====
```bash
Expand Down
4 changes: 2 additions & 2 deletions bin/map.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -936,8 +936,8 @@ module.exports =
type: true
index: 0
}
desc: "Creates a new project owned by the authenticated user."
nameSpaces: "projects.create"
desc: "Creates a new user. Note only administrators can create new users."
nameSpaces: "users.create"
callback: stringifyFormat
"session":
param: [
Expand Down
4 changes: 2 additions & 2 deletions bin/map.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cli-gitlab",
"version": "1.2.0",
"version": "1.2.1",
"description": "GitLab CLI library.",
"main": "bin/refine.js",
"directories": {
Expand Down

0 comments on commit 18156d5

Please sign in to comment.