From 37d714f305e3b3d6a808e39f0696ff2edcae86ca Mon Sep 17 00:00:00 2001 From: boguan <786506@gmail.com> Date: Thu, 10 Jan 2013 01:20:45 +0800 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 45b3743..a7d4074 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prefixcss", - "version": "0.0.1", + "version": "0.0.2", "description": "prefixCss automatically adds vendor-specific prefixes (-moz, -webkit, -ms, and -o) to CSS3 properties that need them. It has no external dependencies.", "main": "./lib/prefixcss", "scripts": {