Skip to content

Commit

Permalink
Don't export FileOps
Browse files Browse the repository at this point in the history
  • Loading branch information
jlongster committed Aug 2, 2021
1 parent 29e1af2 commit a9cb688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "absurd-sql.js-backend",
"version": "0.0.2",
"version": "0.0.3",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/memory/backend.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { File } from '../blocked-file';

export class FileOps {
class FileOps {
constructor(filename, meta = null, data) {
this.filename = filename;
this.locked = false;
Expand Down

0 comments on commit a9cb688

Please sign in to comment.