mirror of
https://github.com/developit/microbundle.git
synced 2026-01-18 13:56:35 +00:00
11 lines
196 B
JSON
11 lines
196 B
JSON
{
|
|
"name": "alias-external",
|
|
"scripts": {
|
|
"build": "microbundle --alias tiny-glob=./colossal-glob.js"
|
|
},
|
|
"dependencies": {
|
|
"tiny-glob": "^0.2.6",
|
|
"lodash.merge": "^4.6.2"
|
|
}
|
|
}
|