Skip to content

Commit

Permalink
build: move @mapquest/team to optionalDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
igoforth authored Dec 20, 2024
1 parent 042358b commit c980393
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
"prepublish": "make"
},
"devDependencies": {
"@mapquest/team": "^0.3.8",
"tinybench": "^2.9.0",
"uglify-js": "^3.19.3"
},
"optionalDependencies": {
"@mapquest/team": "^0.3.8"
}
}

0 comments on commit c980393

Please sign in to comment.