[mod] oscar: get leaflet and jquery from NPM

easy to upgrade (package.json)
This commit is contained in:
Alexandre Flament 2021-03-10 18:28:58 +01:00
parent c7133efb12
commit 44407353ef
25 changed files with 702 additions and 115 deletions

View file

@ -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"
}
}