Skip to content

Commit

Permalink
updates LICENSE date + release-it flow
Browse files Browse the repository at this point in the history
  • Loading branch information
webketje committed Aug 22, 2023
1 parent e54b681 commit e18e1be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hooks": {
"before:init": ["npm run lint", "npm test"],
"before:init": ["npm run lint", "npm test", "npm pack"],
"after:bump": "auto-changelog -p --commit-limit false --ignore-commit-pattern '^((dev|chore|ci):|Release)'",
"after:npm:bump": "npm pack",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 webketje
Copyright (c) 2023 webketje

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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"lint:check": "eslint --fix-dry-run .",
"release": "npm run build && release-it .",
"build": "microbundle --target node -f cjs,esm --strict --generateTypes=false",
"pretest": "npm run build",
"prepack": "npm run build",
"test": "c8 mocha"
},
"engines": {
Expand Down

0 comments on commit e18e1be

Please sign in to comment.