Skip to content

Commit 3a524e2

Browse files
committed
Meta tweaks
1 parent b49cd98 commit 3a524e2

File tree

2 files changed

+53
-53
lines changed

2 files changed

+53
-53
lines changed

cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const updateNotifier = require('update-notifier');
66
const hasYarn = require('has-yarn');
77
const version = require('./lib/version');
88
const ui = require('./lib/ui');
9-
const np = require('./');
9+
const np = require('.');
1010

1111
const cli = meow(`
1212
Usage

package.json

+52-52
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
{
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+
}
5454
}

0 commit comments

Comments
 (0)