Skip to content

Commit 74ca7ff

Browse files
committed
Fix issue with casing
1 parent 44e3724 commit 74ca7ff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guillex7/jasm",
3-
"version": "0.8.0",
3+
"version": "0.8.2",
44
"description": "JavaScript tooling for accessing C memory model on WASM",
55
"scripts": {
66
"build": "webpack && tsc",

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export * from './jasm';
1+
export * from './Jasm';
22
export * from './types';

0 commit comments

Comments
 (0)