Skip to content

Commit c1275ed

Browse files
Move to the dist directory
1 parent f812be9 commit c1275ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "json-bufferify",
33
"version": "0.1.2",
4-
"main": "json-bufferify.js",
5-
"types": "json-bufferify.d.ts",
4+
"main": "dist/json-bufferify.js",
5+
"types": "dist/json-bufferify.d.ts",
66
"description": "This is a module to help you convert between JSON and ArrayBuffer, and you can run it in both Node.js and browser.",
77
"author": {
88
"name": "LangZhai",

0 commit comments

Comments
 (0)