@bnaya/objectbuffer
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "@bnaya/objectbuffer", | ||
"description": "Object like api, backed by an array buffer", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"main": "dist/objectbuffer.cjs.js", | ||
@@ -16,3 +16,3 @@ "module": "dist/index.js", | ||
"cleanup": "rimraf dist", | ||
"build": "yarn cleanup; yarn babel-build; yarn build-declarations; rollup -c; echo `git rev-parse HEAD` > COMMIT", | ||
"build": "yarn cleanup; yarn babel-build; yarn build-declarations; rollup -c; cp dist/index.d.ts dist/objectbuffer.cjs.d.ts ;echo `git rev-parse HEAD` > COMMIT", | ||
"prepack": "yarn build" | ||
@@ -19,0 +19,0 @@ }, |
Sorry, the diff of this file is not supported yet
156256
55
4364