Skip to content

Commit 07fa9c0

Browse files
committed
revert last
1 parent ecaa8f2 commit 07fa9c0

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

.npmignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
.github/*
2+
enums/*
3+
index.ts
4+
readers/*
5+
writers/*
6+
17
# Logs
28
logs
39
*.log

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bufferstuff",
3-
"version": "1.1.2",
3+
"version": "1.2.1",
44
"description": "A set of utility classes for reading and writing binary data in NodeJS and the browser",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
@@ -26,4 +26,4 @@
2626
"ts-node": "^10.9.1",
2727
"typescript": "^5.0.4"
2828
}
29-
}
29+
}

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"compilerOptions": {
3-
"module": "commonjs",
3+
"module": "CommonJS",
44
"moduleResolution": "node",
55
"target": "es6",
66
"esModuleInterop": true,
77
"resolveJsonModule": true,
88
"rootDir": "./",
9-
"outDir": "./lib",
9+
"outDir": "./lib/",
1010
"strict": true,
1111
"declaration": true
1212
}

0 commit comments

Comments
 (0)