Skip to content

Commit

Permalink
Merge pull request #90 from socketsupply/esm
Browse files Browse the repository at this point in the history
Make ESM the default format
  • Loading branch information
chicoxyzzy committed Oct 12, 2022
2 parents ba0c288 + d58cdb0 commit 1a3c722
Show file tree
Hide file tree
Showing 11 changed files with 349 additions and 789 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Expand Up @@ -10,12 +10,12 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build
Expand Down
1 change: 1 addition & 0 deletions .npmignore
@@ -1,2 +1,3 @@
*.png
.source.*
.github/
2 changes: 0 additions & 2 deletions dist/tonic.min.esm.js

This file was deleted.

0 comments on commit 1a3c722

Please sign in to comment.