[mod] oscar: get leaflet and jquery from NPM
easy to upgrade (package.json)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"grunt": "^1.3.0",
|
||||
"grunt-cli": "^1.3.2",
|
||||
"grunt-contrib-concat": "~1.0.1",
|
||||
"grunt-contrib-copy": "^1.0.0",
|
||||
"grunt-contrib-jshint": "~3.0.0",
|
||||
"grunt-contrib-less": "~3.0.0",
|
||||
"grunt-contrib-uglify": "~5.0.0",
|
||||
@@ -13,5 +14,8 @@
|
||||
"start": "grunt watch",
|
||||
"test": "grunt"
|
||||
},
|
||||
"dependencies": {}
|
||||
"dependencies": {
|
||||
"jquery": "^3.6.0",
|
||||
"leaflet": "^1.7.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user