Skip to content

Commit

Permalink
revert last
Browse files Browse the repository at this point in the history
  • Loading branch information
tgpholly committed May 15, 2023
1 parent ecaa8f2 commit 07fa9c0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
.github/*
enums/*
index.ts
readers/*
writers/*

# Logs
logs
*.log
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bufferstuff",
"version": "1.1.2",
"version": "1.2.1",
"description": "A set of utility classes for reading and writing binary data in NodeJS and the browser",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -26,4 +26,4 @@
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"compilerOptions": {
"module": "commonjs",
"module": "CommonJS",
"moduleResolution": "node",
"target": "es6",
"esModuleInterop": true,
"resolveJsonModule": true,
"rootDir": "./",
"outDir": "./lib",
"outDir": "./lib/",
"strict": true,
"declaration": true
}
Expand Down

0 comments on commit 07fa9c0

Please sign in to comment.