flexbox fix
Showing
package-lock.json
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | @@ -14,8 +14,6 @@ | ... | @@ -14,8 +14,6 @@ |
], | ], | ||
"main": "./src/index.js", | "main": "./src/index.js", | ||
"dependencies": { | "dependencies": { | ||
"bignumber.js": "^4.0.2", | |||
"csjs-inject": "^1.0.1", | |||
"which": "^1.2.10" | "which": "^1.2.10" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
... | @@ -85,37 +83,21 @@ | ... | @@ -85,37 +83,21 @@ |
}, | }, | ||
"browserify": { | "browserify": { | ||
"transform": [ | "transform": [ | ||
[ | ["babelify", { | ||
"babelify", | "plugins": [ | ||
{ | ["fast-async", { | ||
"plugins": [ | "runtimePatten": null, | ||
[ | "compiler": { | ||
"fast-async", | "promises": true, | ||
{ | "es7": true, | ||
"runtimePatten": null, | "noRuntime": true, | ||
"compiler": { | "wrapAwait": true | ||
"promises": true, | } | ||
"es7": true, | }], "transform-object-assign" | ||
"noRuntime": true, | ] | ||
"wrapAwait": true | }], | ||
} | ["yo-yoify"], | ||
} | ["babelify", { "presets": ["es2015"] }] | ||
], | |||
"transform-object-assign" | |||
] | |||
} | |||
], | |||
[ | |||
"yo-yoify" | |||
], | |||
[ | |||
"babelify", | |||
{ | |||
"presets": [ | |||
"es2015" | |||
] | |||
} | |||
] | |||
] | ] | ||
} | } | ||
} | } |
Please
register
or
sign in
to comment