Skip to content

Commit efbf098

Browse files
committed
Merge pull request #1 from huyhong/master
Add missing deps (leaflet, store) in package.json
2 parents 62abf9e + fd57582 commit efbf098

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
"react": "^0.12.1",
3737
"react-router": "^0.11.4",
3838
"reflux": "^0.2.0",
39-
"shortid": "^2.1.3"
39+
"shortid": "^2.1.3",
40+
"leaflet": "^0.7.3",
41+
"store": "^1.3.17"
4042
}
4143
}

0 commit comments

Comments
 (0)