From 03354aabd3c3ef88832a24469e240d2292d1d01c Mon Sep 17 00:00:00 2001 From: Dustin Diaz Date: Tue, 7 Feb 2012 11:00:32 -0800 Subject: [PATCH] - bump version for ios fix --- make/build.js | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/make/build.js b/make/build.js index b5d2b98..ccd2da0 100644 --- a/make/build.js +++ b/make/build.js @@ -21,5 +21,6 @@ require('smoosh').config({ , "whitespace": true , "asi": true , "laxbreak": true + , "laxcomma": true } }).run().build().analyze() \ No newline at end of file diff --git a/package.json b/package.json index deebd36..aefa947 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bowser" , "description": "a browser detector" , "keywords": ["ender", "browser", "sniff", "detection"] - , "version": "0.0.9" + , "version": "0.1.0" , "homepage": "https://github.com/ded/bowser" , "author": "Dustin Diaz (http://dustindiaz.com)" , "main": "./bowser.js"