Skip to content

Commit

Permalink
Merge pull request #4 from gis-tools/develop
Browse files Browse the repository at this point in the history
Updated app dependencies
  • Loading branch information
ziveo authored Aug 2, 2017
2 parents c63a614 + 0b80aa8 commit 7479f8d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-esri-react-app",
"version": "0.0.3",
"version": "0.1.0",
"description": "Creating ESRI applications with React included",
"main": "./src/index.js",
"bin": {
Expand All @@ -25,7 +25,8 @@
"React",
"ReactJS",
"esri-loader",
"loader"
"loader",
"dojo"
],
"author": "Bojan Zivkovic",
"license": "MIT",
Expand All @@ -34,9 +35,11 @@
},
"homepage": "https://github.com/gis-tools/create-esri-react-app#readme",
"dependencies": {
"commander": "^2.11.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"commander": "^2.11.0",
"np": "^2.16.0"
}
}

0 comments on commit 7479f8d

Please sign in to comment.