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.
11 lines
159 B
JSON
11 lines
159 B
JSON
{
|
|
"name": "package-tests",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "meteor run"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.0.0-beta.56"
|
|
}
|
|
}
|