Skip to content

Commit

Permalink
Merge pull request #60 from NindroidX/feature/upgrade-esri-loader-2.5
Browse files Browse the repository at this point in the history
Update to esri-loader 2.5
  • Loading branch information
tomwayson authored Oct 16, 2018
2 parents 433faf1 + a441a4d commit e6e6023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"broccoli-merge-trees": "^2.0.0",
"broccoli-string-replace": "^0.1.2",
"ember-cli-babel": "^6.6.0",
"esri-loader": "~2.3.0"
"esri-loader": "~2.5.0"
},
"devDependencies": {
"broccoli-asset-rev": "^2.4.5",
Expand Down
2 changes: 1 addition & 1 deletion tests/dummy/app/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@import url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css');

/* esri styles */
@import url('https://js.arcgis.com/4.3/esri/css/main.css');
@import url('https://js.arcgis.com/4.9/esri/css/main.css');

/* app styles */
body {
Expand Down

0 comments on commit e6e6023

Please sign in to comment.