|
2 | 2 | "name": "devtools-launchpad", |
3 | 3 | "version": "0.0.123", |
4 | 4 | "license": "MPL-2.0", |
5 | | - "description": |
6 | | - "The Launchpad makes it easy to build a developer tool for Firefox, Chrome, and Node.", |
| 5 | + "description": "The Launchpad makes it easy to build a developer tool for Firefox, Chrome, and Node.", |
7 | 6 | "repository": { |
8 | 7 | "url": "git://github.com/devtools-html/devtools-core.git", |
9 | 8 | "type": "git" |
10 | 9 | }, |
11 | 10 | "bugs": { |
12 | 11 | "url": "https://github.com/devtools-html/devtools-core/issues" |
13 | 12 | }, |
14 | | - "homepage": |
15 | | - "https://github.com/devtools-html/devtools-core/tree/master/packages/devtools-launchpad#readme", |
| 13 | + "homepage": "https://github.com/devtools-html/devtools-core/tree/master/packages/devtools-launchpad#readme", |
16 | 14 | "scripts": { |
17 | 15 | "storybook": "start-storybook -p 6006", |
18 | 16 | "build-storybook": "build-storybook", |
|
52 | 50 | "co": "=4.6.0", |
53 | 51 | "css-loader": "^0.26.1", |
54 | 52 | "debug": "^3.1.0", |
55 | | - "devtools-config": "^0.0.15", |
| 53 | + "devtools-config": "^0.0.16", |
56 | 54 | "devtools-connection": "^0.0.9", |
57 | 55 | "devtools-contextmenu": "^0.0.8", |
| 56 | + "devtools-environment": "^0.0.4", |
58 | 57 | "devtools-mc-assets": "^0.0.5", |
59 | 58 | "devtools-modules": "^0.0.37", |
60 | 59 | "devtools-sprintf-js": "^1.0.3", |
|
80 | 79 | "ps-node": "^0.1.4", |
81 | 80 | "raw-loader": "^0.5.1", |
82 | 81 | "react": "^16.2.0", |
83 | | - "react-dom":"^16.2.0", |
| 82 | + "react-dom": "^16.2.0", |
84 | 83 | "react-dom-factories": "^1.0.2", |
85 | 84 | "react-immutable-proptypes": "^2.1.0", |
86 | 85 | "react-redux": "^5.0.6", |
|
121 | 120 | ], |
122 | 121 | "jest": { |
123 | 122 | "rootDir": "src", |
124 | | - "testMatch": ["**/tests/**/*.js"], |
125 | | - "testPathIgnorePatterns": ["/node_modules/"], |
126 | | - "transformIgnorePatterns": ["node_modules/(?!devtools-)"] |
| 123 | + "testMatch": [ |
| 124 | + "**/tests/**/*.js" |
| 125 | + ], |
| 126 | + "testPathIgnorePatterns": [ |
| 127 | + "/node_modules/" |
| 128 | + ], |
| 129 | + "transformIgnorePatterns": [ |
| 130 | + "node_modules/(?!devtools-)" |
| 131 | + ] |
127 | 132 | } |
128 | 133 | } |
0 commit comments