Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dalen committed Jan 25, 2022
1 parent f092d60 commit c485951
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 14
- run: git config --global user.email "developer@fishbrain.com"
- run: git config --global user.name "Fishbrain"
- run: npm ci
- run: npm test
- run: npm version from-git --allow-same-version

publish-npm:
needs: build
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-config-fishbrain-base",
"version": "3.0.2",
"version": "3.0.4",
"description": "ESLint config for Fishbrain TypeScript projects",
"main": ".eslintrc.js",
"scripts": {
Expand Down

0 comments on commit c485951

Please sign in to comment.