mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
This only affects newly created applications for now, but developers can update to the latest meteor-node-stubs by running meteor npm install meteor-node-stubs@latest https://github.com/meteor/node-stubs/issues/15
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.46",
|
|
"meteor-node-stubs": "^0.4.1"
|
|
}
|
|
}
|