Skip to content

Commit

Permalink
Merge pull request #38 from jaredwray/adding-in-the-right-export
Browse files Browse the repository at this point in the history
adding in the right export (index.mjs)
  • Loading branch information
jaredwray committed Mar 7, 2024
2 parents 7696310 + 07faa90 commit f6ada71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: ['14', '16', '18', '20']
node-version: ['18', '20']

steps:
- uses: actions/checkout@master
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jaredwray/fumanchu",
"description": "Handlebars + Helpers = Fumanchu",
"version": "1.2.0",
"version": "1.2.1",
"homepage": "https://github.com/jaredwray/fumanchu",
"author": "Jared Wray (me@jaredwray.com)",
"keywords": [
Expand Down Expand Up @@ -89,6 +89,7 @@
"license": "MIT",
"files": [
"index.js",
"index.mjs",
"helpers.js",
"lib",
"dist",
Expand Down

0 comments on commit f6ada71

Please sign in to comment.