bare-buffer 1.2.4 → 1.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +2 -0
  2. package/package.json +2 -4
package/index.js CHANGED
@@ -274,6 +274,8 @@ const Buffer = module.exports = exports = class Buffer extends Uint8Array {
274
274
  }
275
275
  }
276
276
 
277
+ exports.Buffer = exports
278
+
277
279
  const codecs = Object.create(null)
278
280
 
279
281
  codecs.ascii = ascii
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bare-buffer",
3
- "version": "1.2.4",
3
+ "version": "1.2.6",
4
4
  "description": "Native buffers for JavaScript",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -18,9 +18,7 @@
18
18
  "vendor/libutf/src"
19
19
  ],
20
20
  "scripts": {
21
- "test": "standard && bare test/all.js",
22
- "install": "bare-dev vendor sync && bare-dev rebuild",
23
- "prebuild": "bare-dev prebuild"
21
+ "test": "standard && bare test/all.js"
24
22
  },
25
23
  "repository": {
26
24
  "type": "git",