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,13 +83,9 @@ | ... | @@ -85,13 +83,9 @@ |
}, | }, | ||
"browserify": { | "browserify": { | ||
"transform": [ | "transform": [ | ||
[ | ["babelify", { | ||
"babelify", | |||
{ | |||
"plugins": [ | "plugins": [ | ||
[ | ["fast-async", { | ||
"fast-async", | |||
{ | |||
"runtimePatten": null, | "runtimePatten": null, | ||
"compiler": { | "compiler": { | ||
"promises": true, | "promises": true, | ||
... | @@ -99,23 +93,11 @@ | ... | @@ -99,23 +93,11 @@ |
"noRuntime": true, | "noRuntime": true, | ||
"wrapAwait": true | "wrapAwait": true | ||
} | } | ||
} | }], "transform-object-assign" | ||
], | |||
"transform-object-assign" | |||
] | |||
} | |||
], | |||
[ | |||
"yo-yoify" | |||
], | |||
[ | |||
"babelify", | |||
{ | |||
"presets": [ | |||
"es2015" | |||
] | |||
} | |||
] | ] | ||
}], | |||
["yo-yoify"], | |||
["babelify", { "presets": ["es2015"] }] | |||
] | ] | ||
} | } | ||
} | } |
Please
register
or
sign in
to comment