Skip to content

Commit

Permalink
Merge pull request #9 from ErenKrt/beta
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
ErenKrt authored Jan 16, 2024
2 parents 3577c1c + dcc442e commit 3bebf08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ With [npm](https://npmjs.org/) installed, run
```
Import
```js
import steamCMD = require('steamcmd.js');
import steamCMD from 'steamcmd.js';
```

## Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "kurteren07@gmail.com",
"url": "https://erencan.dev"
},
"version": "2.0.2",
"version": "2.0.3",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 3bebf08

Please sign in to comment.