Skip to content

Commit b7ffc26

Browse files
committed
Examples: Add Globalize dependency to package.json
1 parent 7df9a02 commit b7ffc26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
},
1010
"dependencies": {
1111
"cldr-data": "~26.0.9",
12-
"react": "~0.12.2"
12+
"react": "~0.12.2",
13+
"globalize": "~1.0.0-alpha.18"
1314
},
1415
"scripts": {
1516
"build": "cp -f ../index.js react-globalize.js && browserify --debug --transform reactify index.js > app.js"

0 commit comments

Comments
 (0)