Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 109f824

Browse files
authored
fix svg-inline (#801)
1 parent 787883c commit 109f824

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

packages/devtools-launchpad/.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"presets": ["react"],
2+
"presets": ["react", "es2015"],
33
"plugins": [
44
"transform-flow-strip-types",
55
"transform-async-to-generator",

packages/devtools-launchpad/package.json

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
{
22
"name": "devtools-launchpad",
3-
"version": "0.0.111",
3+
"version": "0.0.112",
44
"license": "MPL-2.0",
5-
"description": "The Launchpad makes it easy to build a developer tool for Firefox, Chrome, and Node.",
5+
"description":
6+
"The Launchpad makes it easy to build a developer tool for Firefox, Chrome, and Node.",
67
"repository": {
78
"url": "git://github.com/devtools-html/devtools-core.git",
89
"type": "git"
910
},
1011
"bugs": {
1112
"url": "https://github.com/devtools-html/devtools-core/issues"
1213
},
13-
"homepage": "https://github.com/devtools-html/devtools-core/tree/master/packages/devtools-launchpad#readme",
14+
"homepage":
15+
"https://github.com/devtools-html/devtools-core/tree/master/packages/devtools-launchpad#readme",
1416
"scripts": {
1517
"storybook": "start-storybook -p 6006",
1618
"build-storybook": "build-storybook",
@@ -41,6 +43,7 @@
4143
"babel-plugin-transform-runtime": "^6.7.5",
4244
"babel-plugin-webpack-alias": "^2.1.1",
4345
"babel-polyfill": "^6.7.4",
46+
"babel-preset-es2015": "^6.24.1",
4447
"babel-register": "^6.18.0",
4548
"body-parser": "^1.15.2",
4649
"check-node-version": "^1.1.2",
@@ -117,14 +120,8 @@
117120
],
118121
"jest": {
119122
"rootDir": "src",
120-
"testMatch": [
121-
"**/tests/**/*.js"
122-
],
123-
"testPathIgnorePatterns": [
124-
"/node_modules/"
125-
],
126-
"transformIgnorePatterns": [
127-
"node_modules/(?!devtools-)"
128-
]
123+
"testMatch": ["**/tests/**/*.js"],
124+
"testPathIgnorePatterns": ["/node_modules/"],
125+
"transformIgnorePatterns": ["node_modules/(?!devtools-)"]
129126
}
130127
}

packages/devtools-launchpad/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ [email protected]:
10571057
babel-plugin-transform-regenerator "^6.6.0"
10581058
browserslist "^1.4.0"
10591059

1060-
babel-preset-es2015@^6.16.0:
1060+
babel-preset-es2015@^6.16.0, babel-preset-es2015@^6.24.1:
10611061
version "6.24.1"
10621062
resolved "https://registry.yarnpkg.com/babel-preset-es2015/-/babel-preset-es2015-6.24.1.tgz#d44050d6bc2c9feea702aaf38d727a0210538939"
10631063
dependencies:

0 commit comments

Comments
 (0)