Skip to content

Commit

Permalink
Add missing packages for pnpm to work (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
ukoloff authored and devongovett committed Feb 14, 2018
1 parent 1c761fd commit d3ae5f6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@
"url": "https://github.com/parcel-bundler/parcel.git"
},
"dependencies": {
"babel-code-frame": "^6.26.0",
"babel-core": "^6.25.0",
"babel-generator": "^6.25.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-template": "^6.25.0",
"babel-types": "^6.25.0",
"babel-template": "^6.26.0",
"babel-traverse": "^6.26.0",
"babel-types": "^6.26.0",
"babylon": "^6.17.4",
"babylon-walk": "^1.0.2",
"browser-resolve": "^1.11.2",
Expand All @@ -42,6 +44,8 @@
"postcss": "^6.0.10",
"postcss-value-parser": "^3.3.0",
"posthtml": "^0.11.2",
"posthtml-parser": "^0.4.0",
"posthtml-render": "^1.1.0",
"resolve": "^1.4.0",
"sanitize-filename": "^1.6.1",
"semver": "^5.4.1",
Expand Down

0 comments on commit d3ae5f6

Please sign in to comment.