Skip to content

Commit

Permalink
Fixed issue where some data insertion functions were not returning 't…
Browse files Browse the repository at this point in the history
…his'
  • Loading branch information
JoshGlazebrook committed Jan 24, 2019
1 parent 8840c45 commit a89e80b
Show file tree
Hide file tree
Showing 5 changed files with 1,026 additions and 1,018 deletions.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// Place your settings in this file to overwrite default and user settings.
{
"tslint.exclude": "node_modules"
"tslint.exclude": "node_modules",
"prettier.printWidth": 120,
"prettier.singleQuote": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smart-buffer",
"version": "4.0.1",
"version": "4.0.2",
"description": "smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.",
"main": "build/smartbuffer.js",
"homepage": "https://github.com/JoshGlazebrook/smart-buffer/",
Expand Down
Loading

0 comments on commit a89e80b

Please sign in to comment.