Skip to content

Commit

Permalink
chore: switch version in package.json, remove version from README (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
wikiwong authored Nov 13, 2023
1 parent a49d411 commit 49e33ac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ Instead of using FFI and the libextism shared object, this library uses whatever
## Installation

Install via npm:
```
npm install @extism/[email protected] --save

```shell
$ npm install @extism/extism
```

> **Note**: Keep in mind we will possibly have breaking changes b/w rc versions until we hit 1.0.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@extism/extism",
"version": "1.0.0-rc3",
"version": "0.0.0-replaced-by-ci",
"description": "Extism runtime for JavaScript",
"scripts": {
"build": "just build",
Expand All @@ -14,7 +14,10 @@
"access": "public"
},
"files": [
"dist/*"
"dist/browser/*",
"dist/bun/*",
"dist/cjs/*",
"dist/esm/*"
],
"module": "dist/esm/mod.js",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit 49e33ac

Please sign in to comment.