Skip to content

Commit 0a20756

Browse files
committed
Use globalize-compiler 0.2.x up to globalize <1.3.0
1 parent 68e100f commit 0a20756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
},
3636
"peerDependencies": {
3737
"cldr-data": ">=25",
38-
"globalize": "^1.1.0"
38+
"globalize": "^1.1.0 <1.3.0"
3939
},
4040
"devDependencies": {
4141
"babel": "^5.6.14",
4242
"chai": "1.10.x",
4343
"cldr-data": ">=25",
44-
"globalize": "^1.1.0",
44+
"globalize": "^1.1.0 <1.3.0",
4545
"jshint": "2.6.x",
4646
"mocha": "2.1.0"
4747
}

0 commit comments

Comments
 (0)