mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Move underscore types to dev dependencies
This commit is contained in:
@@ -15,7 +15,6 @@ var packageJson = {
|
||||
promise: "8.1.0",
|
||||
"@meteorjs/reify": "0.24.0",
|
||||
"@babel/parser": "7.15.3",
|
||||
"@types/underscore": "1.11.2",
|
||||
underscore: "1.13.1",
|
||||
"source-map-support": "https://github.com/meteor/node-source-map-support/tarball/1912478769d76e5df4c365e147f25896aee6375e",
|
||||
"@types/semver": "5.4.0",
|
||||
@@ -24,6 +23,7 @@ var packageJson = {
|
||||
// These are only used in dev mode (by shell.js) so end-users can avoid
|
||||
// needing to install them if they use `npm install --production`.
|
||||
devDependencies: {
|
||||
"@types/underscore": "1.11.2",
|
||||
split2: "3.2.2",
|
||||
multipipe: "1.0.2",
|
||||
chalk: "0.5.1"
|
||||
|
||||
Reference in New Issue
Block a user