Skip to content

Commit d3ae5f6

Browse files
ukoloffdevongovett
authored andcommitted
Add missing packages for pnpm to work (#799)
1 parent 1c761fd commit d3ae5f6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@
99
"url": "https://github.com/parcel-bundler/parcel.git"
1010
},
1111
"dependencies": {
12+
"babel-code-frame": "^6.26.0",
1213
"babel-core": "^6.25.0",
1314
"babel-generator": "^6.25.0",
1415
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
1516
"babel-plugin-transform-react-jsx": "^6.24.1",
1617
"babel-preset-env": "^1.6.1",
17-
"babel-template": "^6.25.0",
18-
"babel-types": "^6.25.0",
18+
"babel-template": "^6.26.0",
19+
"babel-traverse": "^6.26.0",
20+
"babel-types": "^6.26.0",
1921
"babylon": "^6.17.4",
2022
"babylon-walk": "^1.0.2",
2123
"browser-resolve": "^1.11.2",
@@ -42,6 +44,8 @@
4244
"postcss": "^6.0.10",
4345
"postcss-value-parser": "^3.3.0",
4446
"posthtml": "^0.11.2",
47+
"posthtml-parser": "^0.4.0",
48+
"posthtml-render": "^1.1.0",
4549
"resolve": "^1.4.0",
4650
"sanitize-filename": "^1.6.1",
4751
"semver": "^5.4.1",

0 commit comments

Comments
 (0)