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.
14 lines
355 B
JSON
14 lines
355 B
JSON
{
|
|
"name": "dev-bundle-bin-commands",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "meteor run",
|
|
"exit-with-status": "echo \"This script has an exit status\" && exit 1",
|
|
"exit-normally": "echo \"This script will exit normally\" && exit 0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.0.0-beta.56",
|
|
"meteor-node-stubs": "^0.4.1"
|
|
}
|
|
}
|