Skip to content

Commit bbb4bf7

Browse files
committed
Auto-generated commit
1 parent d5152ea commit bbb4bf7

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

is-absolute-http-uri/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
1414
}
1515
],
16+
"bin": {
17+
"is-absolute-http-uri": "./bin/cli"
18+
},
1619
"main": "./lib",
1720
"directories": {
1821
"benchmark": "./benchmark",
@@ -21,9 +24,6 @@
2124
"lib": "./lib",
2225
"test": "./test"
2326
},
24-
"bin": {
25-
"is-absolute-http-uri": "./bin/cli"
26-
},
2727
"types": "./docs/types",
2828
"scripts": {},
2929
"homepage": "https://github.com/stdlib-js/stdlib",

is-absolute-uri/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
1414
}
1515
],
16+
"bin": {
17+
"is-absolute-uri": "./bin/cli"
18+
},
1619
"main": "./lib",
1720
"directories": {
1821
"benchmark": "./benchmark",
@@ -21,9 +24,6 @@
2124
"lib": "./lib",
2225
"test": "./test"
2326
},
24-
"bin": {
25-
"is-absolute-uri": "./bin/cli"
26-
},
2727
"types": "./docs/types",
2828
"scripts": {},
2929
"homepage": "https://github.com/stdlib-js/stdlib",

is-current-year/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
},
1919
"main": "./lib",
2020
"directories": {
21+
"benchmark": "./benchmark",
2122
"doc": "./docs",
2223
"example": "./examples",
2324
"lib": "./lib",

is-relative-uri/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
1414
}
1515
],
16+
"bin": {
17+
"is-relative-uri": "./bin/cli"
18+
},
1619
"main": "./lib",
1720
"directories": {
1821
"benchmark": "./benchmark",
@@ -21,9 +24,6 @@
2124
"lib": "./lib",
2225
"test": "./test"
2326
},
24-
"bin": {
25-
"is-relative-uri": "./bin/cli"
26-
},
2727
"types": "./docs/types",
2828
"scripts": {},
2929
"homepage": "https://github.com/stdlib-js/stdlib",

is-semver/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
},
1919
"main": "./lib",
2020
"directories": {
21+
"benchmark": "./benchmark",
2122
"doc": "./docs",
2223
"example": "./examples",
2324
"lib": "./lib",

0 commit comments

Comments
 (0)