Skip to content

Commit 57eb3ac

Browse files
committed
Use old version of Putout
1 parent 1f2258d commit 57eb3ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
33

4-
name: Terminal Banner Plugin
4+
name: Build & Publish
55

66
on:
77
push:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Webpack plugin for showing banner in terminal",
55
"main": "index.mjs",
66
"scripts": {
7-
"build": "npx putout index.js --fix",
7+
"build": "npx putout@27 index.js --fix",
88
"test": "node --watch test.mjs"
99
},
1010
"repository": {

0 commit comments

Comments
 (0)