Skip to content

Commit 5ed470c

Browse files
Package Updates
1 parent 9e06fa4 commit 5ed470c

File tree

5 files changed

+3
-29
lines changed

5 files changed

+3
-29
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ npm install -g git-users
2222
$ gu COMMAND
2323
running command...
2424
$ gu (-v|--version|version)
25-
git-users/0.2.0 win32-x64 node-v16.3.0
25+
git-users/0.2.0 linux-x64 node-v10.19.0
2626
$ gu --help [COMMAND]
2727
USAGE
2828
$ gu COMMAND

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -49,7 +49,7 @@
4949
"@oclif/plugin-not-found"
5050
]
5151
},
52-
"repository": "mrhyperbit/git-users",
52+
"repository": "HopzCreation/git-users",
5353
"scripts": {
5454
"postpack": "rimraf oclif.manifest.json",
5555
"posttest": "eslint . --ext .ts --config .eslintrc",

test/commands/delete.test.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,4 @@
33
import { expect, test } from '@oclif/test'
44

55
describe('delete', () => {
6-
/* test
7-
.stdout()
8-
.command(['delete'])
9-
.it('runs hello', ctx => {
10-
expect(ctx.stdout).to.contain('hello world')
11-
})
12-
13-
test
14-
.stdout()
15-
.command(['delete', '--name', 'jeff'])
16-
.it('runs hello --name jeff', ctx => {
17-
expect(ctx.stdout).to.contain('hello jeff')
18-
}) */
196
})

test/commands/user.test.ts

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,4 @@
33
import { expect, test } from '@oclif/test'
44

55
describe('user', () => {
6-
/* test
7-
.stdout()
8-
.command(['user'])
9-
.it('runs hello', ctx => {
10-
expect(ctx.stdout).to.contain('hello world')
11-
})
12-
13-
test
14-
.stdout()
15-
.command(['user', '--name', 'jeff'])
16-
.it('runs hello --name jeff', ctx => {
17-
expect(ctx.stdout).to.contain('hello jeff')
18-
}) */
196
})

0 commit comments

Comments
 (0)