|
1 | 1 | { |
2 | 2 | "name": "devtools-launchpad", |
3 | | - "version": "0.0.111", |
| 3 | + "version": "0.0.112", |
4 | 4 | "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.", |
6 | 7 | "repository": { |
7 | 8 | "url": "git://github.com/devtools-html/devtools-core.git", |
8 | 9 | "type": "git" |
9 | 10 | }, |
10 | 11 | "bugs": { |
11 | 12 | "url": "https://github.com/devtools-html/devtools-core/issues" |
12 | 13 | }, |
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", |
14 | 16 | "scripts": { |
15 | 17 | "storybook": "start-storybook -p 6006", |
16 | 18 | "build-storybook": "build-storybook", |
|
41 | 43 | "babel-plugin-transform-runtime": "^6.7.5", |
42 | 44 | "babel-plugin-webpack-alias": "^2.1.1", |
43 | 45 | "babel-polyfill": "^6.7.4", |
| 46 | + "babel-preset-es2015": "^6.24.1", |
44 | 47 | "babel-register": "^6.18.0", |
45 | 48 | "body-parser": "^1.15.2", |
46 | 49 | "check-node-version": "^1.1.2", |
|
117 | 120 | ], |
118 | 121 | "jest": { |
119 | 122 | "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-)"] |
129 | 126 | } |
130 | 127 | } |
0 commit comments