File tree Expand file tree Collapse file tree 3 files changed +130
-109
lines changed Expand file tree Collapse file tree 3 files changed +130
-109
lines changed Original file line number Diff line number Diff line change 13
13
"rollup-plugin-img" : " ^1.1.0" ,
14
14
"rollup-plugin-json" : " ^4.0.0" ,
15
15
"rollup-plugin-livereload" : " ^1.0.0" ,
16
- "rollup-plugin-node-builtins" : " ^2.1.2 " ,
16
+ "@joseph184/ rollup-plugin-node-builtins" : " ^2.1.4 " ,
17
17
"rollup-plugin-babel" : " ^4.3.3" ,
18
18
"rollup-plugin-node-resolve" : " ^5.2.0" ,
19
19
"rollup-plugin-svelte" : " ^5.0.3" ,
26
26
},
27
27
"dependencies" : {
28
28
"bignumber.js" : " ^9.0.0" ,
29
- "bnc-sdk" : " ^ 0.1.0 " ,
29
+ "bnc-sdk" : " 0.1.1 " ,
30
30
"bowser" : " ^2.5.2" ,
31
31
"ow" : " ^0.13.2" ,
32
32
"promise-cancelable" : " ^2.1.1" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import commonjs from "rollup-plugin-commonjs"
5
5
import globals from "rollup-plugin-node-globals"
6
6
import json from "rollup-plugin-json"
7
7
import image from "rollup-plugin-img"
8
- import builtins from "rollup-plugin-node-builtins"
8
+ import builtins from "@joseph184/ rollup-plugin-node-builtins"
9
9
import { terser } from "rollup-plugin-terser"
10
10
11
11
export default [
You can’t perform that action at this time.
0 commit comments