Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
chore: bump package
Browse files Browse the repository at this point in the history
  • Loading branch information
crutchcorn committed Oct 18, 2021
1 parent d3ae37e commit 22aa15e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ module.exports = {
rules: {
'require-atomic-updates': 0,
indent: ['error', 'tab'],
'linebreak-style': ['error', 'unix'],
quotes: ['error', 'single'],
semi: ['error', 'always']
},
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-plop",
"version": "0.26.2",
"version": "0.26.3",
"description": "programmatic plopping for fun and profit",
"main": "lib/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 22aa15e

Please sign in to comment.