Skip to content

Commit 7479f8d

Browse files
authored
Merge pull request #4 from gis-tools/develop
Updated app dependencies
2 parents c63a614 + 0b80aa8 commit 7479f8d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-esri-react-app",
3-
"version": "0.0.3",
3+
"version": "0.1.0",
44
"description": "Creating ESRI applications with React included",
55
"main": "./src/index.js",
66
"bin": {
@@ -25,7 +25,8 @@
2525
"React",
2626
"ReactJS",
2727
"esri-loader",
28-
"loader"
28+
"loader",
29+
"dojo"
2930
],
3031
"author": "Bojan Zivkovic",
3132
"license": "MIT",
@@ -34,9 +35,11 @@
3435
},
3536
"homepage": "https://github.com/gis-tools/create-esri-react-app#readme",
3637
"dependencies": {
38+
"commander": "^2.11.0"
39+
},
40+
"devDependencies": {
3741
"babel-cli": "^6.24.1",
3842
"babel-preset-latest": "^6.24.1",
39-
"commander": "^2.11.0",
4043
"np": "^2.16.0"
4144
}
4245
}

0 commit comments

Comments
 (0)