Skip to content

Commit

Permalink
Updated to ESM + vite
Browse files Browse the repository at this point in the history
  • Loading branch information
w8r committed Feb 15, 2024
1 parent 064a028 commit 133850e
Show file tree
Hide file tree
Showing 20 changed files with 4,903 additions and 31,500 deletions.
12 changes: 6 additions & 6 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"env": {
"browser": true
//"es6": true
"browser": true,
"es6": true
},
// "parser": "babel-eslint",
// "parserOptions": {
// "sourceType": "module",
// "allowImportExportEverywhere": true
// },
"parserOptions": {
"sourceType": "module",
"allowImportExportEverywhere": true
},
"globals": {
"L": true
},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

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

steps:
- uses: browser-actions/setup-chrome@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 18
- run: npm ci
- run: npm run build --if-present
- uses: JS-DevTools/npm-publish@v1
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org/
Loading

0 comments on commit 133850e

Please sign in to comment.