From 6a9b1f497c4b1a226ffc822af4e60e8876b13fee Mon Sep 17 00:00:00 2001 From: MAYA Ma Date: Mon, 11 Apr 2016 17:10:20 +1000 Subject: [PATCH] 1.4.0 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5c7167761..85650f5f7 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ }, "description": "Daemonite's Material UI is a fully responsive, cross-platform, front-end interface based on Google Material Design.", "devDependencies": { - "autoprefixer": "^6.3.5", - "grunt": "~0.4.5", + "autoprefixer": "^6.3.6", + "grunt": "^1.0.1", "grunt-browser-sync": "^2.2.0", "grunt-contrib-concat": "^1.0.0", "grunt-contrib-connect": "^1.0.1", @@ -14,9 +14,9 @@ "grunt-contrib-sass": "^1.0.0", "grunt-contrib-uglify": "^1.0.1", "grunt-contrib-watch": "^1.0.0", - "grunt-dev-update": "^1.4.0", + "grunt-dev-update": "^2.0.0", "grunt-postcss": "^0.8.0", - "load-grunt-tasks": "^3.4.1" + "load-grunt-tasks": "^3.5.0" }, "file": [ "assets", @@ -41,5 +41,5 @@ "type": "git", "url": "https://github.com/Daemonite/material.git" }, - "version": "1.3.3" + "version": "1.4.0" }