Skip to content

Commit 0354fed

Browse files
committed
refresh deps, dates, CI
1 parent 4bd0e30 commit 0354fed

5 files changed

Lines changed: 19 additions & 20 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ubuntu-latest, windows-latest]
22-
node-version: [12, 14, 16, 18, 20, 22, 24]
22+
node-version: [12, 14, 16, 18, 20, 22, 24, 25]
2323

2424
steps:
2525
- uses: actions/checkout@v4

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014-24 Lloyd Brookes <opensource@75lb.com>
3+
Copyright (c) 2014-26 Lloyd Brookes <opensource@75lb.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![Gihub repo dependents](https://badgen.net/github/dependents-repo/75lb/command-line-args)](https://github.com/75lb/command-line-args/network/dependents?dependent_type=REPOSITORY)
44
[![Gihub package dependents](https://badgen.net/github/dependents-pkg/75lb/command-line-args)](https://github.com/75lb/command-line-args/network/dependents?dependent_type=PACKAGE)
55
[![Node.js CI](https://github.com/75lb/command-line-args/actions/workflows/node.js.yml/badge.svg)](https://github.com/75lb/command-line-args/actions/workflows/node.js.yml)
6-
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard)
76

87
***Upgraders, please read the [release notes](https://github.com/75lb/command-line-args/releases)***
98

@@ -102,6 +101,6 @@ $ npm install command-line-args --save
102101
```
103102
* * *
104103

105-
&copy; 2014-24 [Lloyd Brookes](https://github.com/75lb) \<opensource@75lb.com\>.
104+
&copy; 2014-26 [Lloyd Brookes](https://github.com/75lb) \<opensource@75lb.com\>.
106105

107106
Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
"dist"
4646
],
4747
"dependencies": {
48-
"array-back": "^6.2.2",
48+
"array-back": "^6.2.3",
4949
"find-replace": "^5.0.2",
5050
"lodash.camelcase": "^4.3.0",
51-
"typical": "^7.2.0"
51+
"typical": "^7.3.0"
5252
},
5353
"peerDependencies": {
5454
"@75lb/nature": "latest"

0 commit comments

Comments
 (0)