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

Commit 22aa15e

Browse files
committed
chore: bump package
1 parent d3ae37e commit 22aa15e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ module.exports = {
3030
rules: {
3131
'require-atomic-updates': 0,
3232
indent: ['error', 'tab'],
33-
'linebreak-style': ['error', 'unix'],
3433
quotes: ['error', 'single'],
3534
semi: ['error', 'always']
3635
},

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-plop",
3-
"version": "0.26.2",
3+
"version": "0.26.3",
44
"description": "programmatic plopping for fun and profit",
55
"main": "lib/index.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)