File tree 2 files changed +53
-53
lines changed
2 files changed +53
-53
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const updateNotifier = require('update-notifier');
6
6
const hasYarn = require ( 'has-yarn' ) ;
7
7
const version = require ( './lib/version' ) ;
8
8
const ui = require ( './lib/ui' ) ;
9
- const np = require ( './ ' ) ;
9
+ const np = require ( '.' ) ;
10
10
11
11
const cli = meow ( `
12
12
Usage
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " np" ,
3
- "version" : " 2.18.1" ,
4
- "description" : " A better `npm publish`" ,
5
- "license" : " MIT" ,
6
- "repository" : " sindresorhus/np" ,
7
- "bin" : " cli.js" ,
8
- "engines" : {
9
- "node" : " >=4"
10
- },
11
- "scripts" : {
12
- "test" : " xo && ava"
13
- },
14
- "files" : [
15
- " index.js" ,
16
- " cli.js" ,
17
- " lib"
18
- ],
19
- "keywords" : [
20
- " cli-app" ,
21
- " cli" ,
22
- " npm" ,
23
- " publish" ,
24
- " git" ,
25
- " push" ,
26
- " version" ,
27
- " bump" ,
28
- " commit"
29
- ],
30
- "dependencies" : {
31
- "any-observable" : " ^0.2.0" ,
32
- "chalk" : " ^2.3.0" ,
33
- "del" : " ^3.0.0" ,
34
- "execa" : " ^0.8.0" ,
35
- "has-yarn" : " ^1.0.0" ,
36
- "inquirer" : " ^3.0.6" ,
37
- "listr" : " ^0.12.0" ,
38
- "listr-input" : " ^0.1.1" ,
39
- "log-symbols" : " ^2.1.0" ,
40
- "meow" : " ^4.0.0" ,
41
- "p-tap" : " ^1.0.0" ,
42
- "p-timeout" : " ^2.0.1" ,
43
- "read-pkg-up" : " ^3.0.0" ,
44
- "rxjs" : " 5.4.3" ,
45
- "semver" : " ^5.2.0" ,
46
- "split" : " ^1.0.0" ,
47
- "stream-to-observable" : " ^0.2.0" ,
48
- "update-notifier" : " ^2.1.0"
49
- },
50
- "devDependencies" : {
51
- "ava" : " *" ,
52
- "xo" : " *"
53
- }
2
+ "name" : " np" ,
3
+ "version" : " 2.18.1" ,
4
+ "description" : " A better `npm publish`" ,
5
+ "license" : " MIT" ,
6
+ "repository" : " sindresorhus/np" ,
7
+ "bin" : " cli.js" ,
8
+ "engines" : {
9
+ "node" : " >=4"
10
+ },
11
+ "scripts" : {
12
+ "test" : " xo && ava"
13
+ },
14
+ "files" : [
15
+ " index.js" ,
16
+ " cli.js" ,
17
+ " lib"
18
+ ],
19
+ "keywords" : [
20
+ " cli-app" ,
21
+ " cli" ,
22
+ " npm" ,
23
+ " publish" ,
24
+ " git" ,
25
+ " push" ,
26
+ " version" ,
27
+ " bump" ,
28
+ " commit"
29
+ ],
30
+ "dependencies" : {
31
+ "any-observable" : " ^0.2.0" ,
32
+ "chalk" : " ^2.3.0" ,
33
+ "del" : " ^3.0.0" ,
34
+ "execa" : " ^0.8.0" ,
35
+ "has-yarn" : " ^1.0.0" ,
36
+ "inquirer" : " ^3.0.6" ,
37
+ "listr" : " ^0.12.0" ,
38
+ "listr-input" : " ^0.1.1" ,
39
+ "log-symbols" : " ^2.1.0" ,
40
+ "meow" : " ^4.0.0" ,
41
+ "p-tap" : " ^1.0.0" ,
42
+ "p-timeout" : " ^2.0.1" ,
43
+ "read-pkg-up" : " ^3.0.0" ,
44
+ "rxjs" : " 5.4.3" ,
45
+ "semver" : " ^5.2.0" ,
46
+ "split" : " ^1.0.0" ,
47
+ "stream-to-observable" : " ^0.2.0" ,
48
+ "update-notifier" : " ^2.1.0"
49
+ },
50
+ "devDependencies" : {
51
+ "ava" : " *" ,
52
+ "xo" : " *"
53
+ }
54
54
}
You can’t perform that action at this time.
0 commit comments