mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
This partially reverts commit d7cae3c939.
This functionality was problematic without providing any clear benefits to
Meteor developers, as reported by @fermuch and @markoshust:
https://github.com/meteor/meteor/pull/8327#issuecomment-298723203
18 lines
386 B
JSON
18 lines
386 B
JSON
{
|
|
"name": "dynamic-import",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "meteor run",
|
|
"test": "meteor test --full-app --driver-package dispatch:mocha-browser"
|
|
},
|
|
"dependencies": {
|
|
"acorn": "^4.0.11",
|
|
"arson": "^0.2.3",
|
|
"babel-runtime": "^6.20.0",
|
|
"meteor-node-stubs": "~0.2.4",
|
|
"moment": "^2.17.1",
|
|
"private": "^0.1.7",
|
|
"react": "^15.4.2"
|
|
}
|
|
}
|