Skip to content

Commit

Permalink
CI error fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
WarstekHUN committed Oct 5, 2023
1 parent 93a9879 commit 660a7c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
with:
node-version: '18.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@warstekhun'
- name: Install modules
run: npm ci
- name: Build and generate coverage badges
Expand Down
17 changes: 0 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +0,0 @@
- Fixed an issue with importing the library.

## Breaking Changes

### New importing
From now on, there is no default export.

ESM

```ts
import { ZilaConnection } from "zilaws-server";
```

CommonJS
```ts
const { ZilaConnection } = require("zilaws-server");
```

0 comments on commit 660a7c8

Please sign in to comment.