Skip to content

Commit be272ba

Browse files
author
AJ ONeal
committed
ref: move bundler shim to ./shims/
1 parent 1308d2d commit be272ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "Manage your stake in Đash with the CrowdNode Blockchain API",
55
"main": "./index.js",
66
"browser": {
7-
"./lib/request.js": "./lib/request-browser.js",
8-
"./lib/dashcore.js": "./lib/browser-dashcore.js"
7+
"./lib/dashcore.js": "./lib/browser-dashcore.js",
8+
"./lib/request.js": "./shims/request-browser.js"
99
},
1010
"bin": {
1111
"crowdnode": "./bin/crowdnode.js"
File renamed without changes.

0 commit comments

Comments
 (0)