Fix main containing globs error, remove unnecessary resolution
This commit is contained in:
parent
b83d04b327
commit
f71f36bbca
1 changed files with 7 additions and 0 deletions
|
|
@ -2,6 +2,10 @@
|
|||
"name": "brouter-web",
|
||||
"version": "0.6.3",
|
||||
"main": "dist/**/*",
|
||||
"main": [
|
||||
"dist/brouter-web.css",
|
||||
"dist/brouter-web.js"
|
||||
],
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"bower_components"
|
||||
|
|
@ -101,5 +105,8 @@
|
|||
"autosize": {
|
||||
"main": "dist/autosize.js"
|
||||
}
|
||||
},
|
||||
"resolutions": {
|
||||
"leaflet": "^1.0.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue