Skip to content

Commit

Permalink
Merge pull request #26 from nickdeis/release-1.0.0
Browse files Browse the repository at this point in the history
Prepping for v1 release
  • Loading branch information
nickdeis authored Jun 17, 2024
2 parents 970ec8b + 6bc9f20 commit 99bfd1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const { resolveOptions, createFixer } = utils;
module.exports = {
meta: {
name: "eslint-plugin-notice",
version: "1.0.0-eslint9"
version: "1.0.0"
},
rules: {
notice: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-notice",
"version": "1.0.0-eslint9",
"version": "1.0.0",
"description": "An eslint rule that checks the top of files and --fix them too!",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 99bfd1b

Please sign in to comment.