Skip to content

Commit

Permalink
lock the 'parcel-bundler' to v1.9.7
Browse files Browse the repository at this point in the history
because 'parcel-plugin-typescript' can't support 'parcel-bundler' v1.10.x
  • Loading branch information
KentonYu committed Sep 29, 2018
1 parent 9930985 commit 87a7e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"typescript": "^2.9.2"
},
"dependencies": {
"parcel-bundler": "^1.9.7",
"parcel-bundler": "1.9.7",
"reflect-metadata": "^0.1.12",
"superfine": "^6.0.1"
}
Expand Down

0 comments on commit 87a7e15

Please sign in to comment.