mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
According to the plan described in #10134, whereas we had to pin these versions to exactly 7.0.0-beta.55 for Meteor 1.7.0.4, we must now require at least 7.0.0-beta.56 for Meteor 1.7.1, since other @babel/... packages used by babel-compiler and meteor-babel are currently at beta.56.
12 lines
186 B
JSON
12 lines
186 B
JSON
{
|
|
"name": "shell",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "meteor run"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.0.0-beta.56",
|
|
"meteor-node-stubs": "^0.4.1"
|
|
}
|
|
}
|