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