Skip to content

Commit 4231a20

Browse files
committed
Tweaks
1 parent fc68792 commit 4231a20

File tree

1 file changed

+22
-13
lines changed

1 file changed

+22
-13
lines changed

package.json

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,30 @@
11
{
22
"name": "aspect-ratio",
33
"description": "Get the screen aspect ratio of a device",
4+
"homepage": "https://github.com/Kikobeats/aspect-ratio",
45
"version": "1.0.0",
6+
"main": "./index.js",
7+
"bin": {
8+
"aspect-ratio": "bin/index.js"
9+
},
510
"author": {
6-
"name": "Kiko Beats",
711
"email": "josefrancisco.verdu@gmail.com",
12+
"name": "Kiko Beats",
813
"url": "https://github.com/Kikobeats"
914
},
10-
"bin": {
11-
"aspectRatio": "bin/index.js"
15+
"repository": {
16+
"type": "git",
17+
"url": "git+https://github.com/Kikobeats/aspect-ratio.git"
18+
},
19+
"bugs": {
20+
"url": "https://github.com/Kikobeats/aspect-ratio/issues"
1221
},
22+
"keywords": [
23+
"aspect",
24+
"device",
25+
"ratio",
26+
"screen"
27+
],
1328
"dependencies": {
1429
"meow": "latest"
1530
},
@@ -27,17 +42,11 @@
2742
"engines": {
2843
"node": "*"
2944
},
30-
"homepage": "https://github.com/Kikobeats/aspect-ratio",
31-
"keywords": [
32-
"aspect",
33-
"ratio",
34-
"device",
35-
"screen"
45+
"files": [
46+
"bin"
3647
],
37-
"license": "MIT",
38-
"main": "./index.js",
39-
"repository": "Kikobeats/aspect-ratio",
4048
"scripts": {
4149
"test": "sh test/test.sh"
42-
}
50+
},
51+
"license": "MIT"
4352
}

0 commit comments

Comments
 (0)