Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilafian committed Jan 2, 2023
1 parent 2f95772 commit 3108315
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Individual contributors to copy-folder-util
Copyright (c) 2022-2023 Individual contributors to copy-folder-util

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ $ npm install --global copy-folder-util
$ copy-folder src/web ext=.html docs/api-manual
```

### 3. CLI Flags
### 3. CLI flags
Command-line flags:
| Flag | Description | Value |
| ------------ | ----------------------------------------------------- | ---------- |
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,22 +82,22 @@
"test": "mocha spec/*.spec.js"
},
"dependencies": {
"chalk": "~5.1",
"chalk": "~5.2",
"cli-argv-util": "~0.1",
"fancy-log": "~2.0",
"slash": "~5.0"
},
"devDependencies": {
"@types/fancy-log": "~2.0",
"@types/node": "~18.11",
"@typescript-eslint/eslint-plugin": "~5.43",
"@typescript-eslint/parser": "~5.43",
"@typescript-eslint/eslint-plugin": "~5.47",
"@typescript-eslint/parser": "~5.47",
"add-dist-header": "~0.3",
"assert-deep-strict-equal": "~1.0",
"copy-file-util": "~0.1",
"eslint": "~8.28",
"eslint": "~8.31",
"jshint": "~2.13",
"mocha": "~10.1",
"mocha": "~10.2",
"rev-web-assets": "~0.1",
"rimraf": "~3.0",
"run-scripts-util": "~0.1",
Expand Down

0 comments on commit 3108315

Please sign in to comment.