Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
tomwayson -> Esri
Browse files Browse the repository at this point in the history
  • Loading branch information
davetimmins committed Jun 6, 2017
1 parent 868c956 commit 620738d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This project takes the base create-react-app template and adds the ArcGIS JS API v4.x. It is a simpler version of https://github.com/davetimmins/create-react-app-arcgis as this uses the [esri-loader](https://github.com/tomwayson/esri-loader) and [esri-loader-react](https://github.com/davetimmins/esri-loader-react) modules and so doesn't need to have the `npm eject` task run.
This project takes the base create-react-app template and adds the ArcGIS JS API v4.x. It is a simpler version of https://github.com/davetimmins/create-react-app-arcgis as this uses the [esri-loader](https://github.com/Esri/esri-loader) and [esri-loader-react](https://github.com/davetimmins/esri-loader-react) modules and so doesn't need to have the `npm eject` task run.

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "create-react-app-esri-loader",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"homepage": "https://davetimmins.com/create-react-app-esri-loader/",
"devDependencies": {
"react-scripts": "1.0.5"
"react-scripts": "^1.0.7"
},
"dependencies": {
"esri-loader": "^1.0.0",
Expand Down

0 comments on commit 620738d

Please sign in to comment.