vendor/moment-timezone/package.json in ext_yarn-0.4.0 vs vendor/moment-timezone/package.json in ext_yarn-0.5.0
- old
+ new
@@ -1,8 +1,8 @@
{
"name": "moment-timezone",
- "version": "0.5.14",
+ "version": "0.5.23",
"description": "Parse and display moments in any timezone.",
"homepage": "http://momentjs.com/timezone/",
"author": "Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)",
"keywords": [
"moment",
@@ -28,20 +28,22 @@
"license": "MIT",
"dependencies": {
"moment": ">= 2.9.0"
},
"devDependencies": {
- "grunt": "^1.0.1",
+ "grunt": "1.0.2",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-uglify": "^3.1.0"
},
"jspm": {
"main": "builds/moment-timezone-with-data",
"shim": {
"moment-timezone": {
- "deps": ["moment"]
+ "deps": [
+ "moment"
+ ]
}
}
},
"scripts": {
"test": "grunt"