mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Hoist some common dependencies for smaller node_modules size.
This commit is contained in:
@@ -35,9 +35,13 @@
|
||||
"babel-plugin-transform-flow-strip-types": "^6.8.0",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.8.0",
|
||||
"babel-plugin-transform-regenerator": "^6.9.0",
|
||||
"babel-plugin-transform-runtime": "^6.9.0"
|
||||
"babel-plugin-transform-runtime": "^6.9.0",
|
||||
"babel-template": "^6.9.0",
|
||||
"babel-traverse": "^6.9.0",
|
||||
"babel-types": "^6.9.1",
|
||||
"lodash": "^4.13.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"babel-runtime": "^6.9.0"
|
||||
"babel-runtime": "^6.9.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user