diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index b9d9d75..0ec0d17 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -3,6 +3,8 @@
+
+
@@ -33,11 +35,11 @@
-
+
-
-
+
+
@@ -53,21 +55,11 @@
-
-
-
-
-
-
-
-
-
-
-
+
@@ -75,15 +67,15 @@
+
+
+
-
-
-
@@ -96,11 +88,11 @@
-
+
-
-
+
+
@@ -110,7 +102,7 @@
-
+
@@ -126,14 +118,14 @@
-
-
+
+
@@ -172,7 +164,6 @@
-
@@ -240,10 +231,11 @@
+
-
+
@@ -331,15 +323,15 @@
-
+
-
-
+
+
@@ -366,109 +358,10 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -482,15 +375,15 @@
+
+
+
-
-
-
@@ -544,7 +437,6 @@
-
@@ -557,15 +449,163 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -616,7 +656,10 @@
-
+
+
+
+
@@ -625,10 +668,7 @@
-
-
-
-
+
@@ -670,6 +710,13 @@
+
+
+
+
+
+
+
@@ -680,8 +727,8 @@
-
-
+
+
@@ -694,24 +741,19 @@
-
-
-
-
-
-
-
-
-
+
-
+
+
+
+
@@ -720,10 +762,7 @@
-
-
-
-
+
@@ -737,8 +776,8 @@
-
-
+
+
@@ -746,7 +785,7 @@
-
+
diff --git a/package.json b/package.json
index 86f0f2f..951d2d0 100644
--- a/package.json
+++ b/package.json
@@ -25,12 +25,13 @@
},
"homepage": "https://github.com/pushrocks/gulp-browser",
"dependencies": {
- "browserify": "12.0.0",
+ "browserify": "12.0.1",
"gulp-util": "3.0.7",
- "pushrocks": "1.0.18",
+ "pushrocks": "1.0.21",
"through2": "2.0.0"
},
"devDependencies": {
+ "beautylog": "1.0.2",
"gulp": "3.9.0",
"gulp-callfunction": "0.0.7",
"gulp-typescript": "2.9.2"
diff --git a/test/browserifyGulpTest.js b/test/browserifyGulpTest.js
index 0011892..a1cc370 100644
--- a/test/browserifyGulpTest.js
+++ b/test/browserifyGulpTest.js
@@ -1,2 +1,2 @@
-var pr = require("pushrocks");
-pr.beautylog.log("it works");
\ No newline at end of file
+var beautylog = require("beautylog");
+beautylog.log("it works");
\ No newline at end of file