Skip to content

Commit a1c0ff1

Browse files
committed
upgrade deps, dates, CI..
project is now an ES6 module.. rename all .mjs files to .js
1 parent f74ea01 commit a1c0ff1

File tree

12 files changed

+783
-377
lines changed

12 files changed

+783
-377
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [12, 14, 16, 18, 19]
18+
node-version: [12, 14, 16, 18, 20, 22]
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v2
23+
uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
cache: 'npm'

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![Gihub repo dependents](https://badgen.net/github/dependents-repo/lwsjs/local-web-server)](https://github.com/lwsjs/local-web-server/network/dependents?dependent_type=REPOSITORY)
44
[![Gihub package dependents](https://badgen.net/github/dependents-pkg/lwsjs/local-web-server)](https://github.com/lwsjs/local-web-server/network/dependents?dependent_type=PACKAGE)
55
[![Node.js CI](https://github.com/lwsjs/local-web-server/actions/workflows/node.js.yml/badge.svg)](https://github.com/lwsjs/local-web-server/actions/workflows/node.js.yml)
6-
[![Coverage Status](https://coveralls.io/repos/github/lwsjs/local-web-server/badge.svg)](https://coveralls.io/github/lwsjs/local-web-server)
76
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard)
87

98
*Upgraders, please read the [release notes](https://github.com/lwsjs/local-web-server/releases). For feedback, discussion and support see [here](https://github.com/lwsjs/local-web-server/discussions).*

bin/cli.mjs renamed to bin/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env node
2-
import WsCli from '../lib/cli-app.mjs'
2+
import WsCli from '../lib/cli-app.js'
33
const cli = new WsCli()
44
cli.start()

index.mjs renamed to index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Lws from 'lws'
2-
import defaultStack from './lib/default-stack.mjs'
2+
import defaultStack from './lib/default-stack.js'
33
import currentModulePaths from 'current-module-paths'
44
const { __dirname } = currentModulePaths(import.meta.url)
55

lib/cli-app.mjs renamed to lib/cli-app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import LwsCli from 'lws/lib/cli-app.mjs'
22
import path from 'path'
3-
import defaultStack from './default-stack.mjs'
3+
import defaultStack from './default-stack.js'
44
import { promises as fs } from 'fs'
55

66
import getModulePaths from 'current-module-paths'
File renamed without changes.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy