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 @@ | ... | @@ -14,6 +14,8 @@ |
], | ], | ||
"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": { | ||
... | @@ -83,21 +85,37 @@ | ... | @@ -83,21 +85,37 @@ |
}, | }, | ||
"browserify": { | "browserify": { | ||
"transform": [ | "transform": [ | ||
["babelify", { | [ | ||
"plugins": [ | "babelify", | ||
["fast-async", { | { | ||
"runtimePatten": null, | "plugins": [ | ||
"compiler": { | [ | ||
"promises": true, | "fast-async", | ||
"es7": true, | { | ||
"noRuntime": true, | "runtimePatten": null, | ||
"wrapAwait": true | "compiler": { | ||
} | "promises": true, | ||
}], "transform-object-assign" | "es7": true, | ||
] | "noRuntime": true, | ||
}], | "wrapAwait": true | ||
["yo-yoify"], | } | ||
["babelify", { "presets": ["es2015"] }] | } | ||
], | |||
"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