Skip to content

Commit

Permalink
Version 2.0.0
Browse files Browse the repository at this point in the history
- Contains breaking changes! (no more () at the end of require)
- Exposes internal Liquid/Nunjucks and JS filters for use outside of plugin
  • Loading branch information
chrisburnell committed Jan 14, 2024
1 parent 9dc50a0 commit 546311e
Show file tree
Hide file tree
Showing 6 changed files with 254 additions and 153 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Node.js Package

on:
release:
types: [created]

jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 19
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
.vscode
.editorconfig
.eslintrc.json
.prettierrc
13 changes: 0 additions & 13 deletions .prettierrc

This file was deleted.

Loading

0 comments on commit 546311e

Please sign in to comment.