From 71d26c06adec6775e3e4cc0d4f21b985f7e6649e Mon Sep 17 00:00:00 2001 From: hij1nx Date: Sat, 8 Oct 2011 14:19:58 +0200 Subject: [PATCH] [dist] version bump --- package.json | 2 +- test/write-test-output-0.1.7.js | 13 +++++++++---- test/write-test-output-uglifyd-0.1.7.js | 2 +- test/write-test-output-wrap-0.1.7.js | 6 ++++-- 4 files changed, 15 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index b5a6cc3..2f2a8a6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "codesurgeon", "description": "Build JS files based on JS code extracted from files", - "version": "0.1.7", + "version": "0.1.8", "author": "Nodejitsu Inc ", "contributors": [ { "name": "Paolo Fragomeni", "email": "hij1nx@nodejitsu.com" } diff --git a/test/write-test-output-0.1.7.js b/test/write-test-output-0.1.7.js index 143c9a7..dda2534 100644 --- a/test/write-test-output-0.1.7.js +++ b/test/write-test-output-0.1.7.js @@ -1,25 +1,30 @@ // -// Generated on Thu Oct 06 2011 20:40:08 GMT+0200 (CEST) by Nodejitsu Inc +// Generated on Sat Oct 08 2011 03:49:52 GMT+0200 (CEST) by Nodejitsu Inc // Version 0.1.7 // function test5() { return true; } + + // -// Generated on Thu Oct 06 2011 20:40:08 GMT+0200 (CEST) by Nodejitsu Inc +// Generated on Sat Oct 08 2011 03:49:52 GMT+0200 (CEST) by Nodejitsu Inc // Version 0.1.7 // var test6 = function() { return String(Date.now()); }; + + // -// Generated on Thu Oct 06 2011 20:40:08 GMT+0200 (CEST) by Nodejitsu Inc +// Generated on Sat Oct 08 2011 03:49:52 GMT+0200 (CEST) by Nodejitsu Inc // Version 0.1.7 // var test10 = function() { return "test10"; -}(); \ No newline at end of file +}(); + diff --git a/test/write-test-output-uglifyd-0.1.7.js b/test/write-test-output-uglifyd-0.1.7.js index 76d0ead..0f51122 100644 --- a/test/write-test-output-uglifyd-0.1.7.js +++ b/test/write-test-output-uglifyd-0.1.7.js @@ -1,7 +1,7 @@ // -// Generated on Thu Oct 06 2011 20:40:08 GMT+0200 (CEST) by Nodejitsu Inc +// Generated on Sat Oct 08 2011 03:49:52 GMT+0200 (CEST) by Nodejitsu Inc // Version 0.1.7 // function test5(){return!0} \ No newline at end of file diff --git a/test/write-test-output-wrap-0.1.7.js b/test/write-test-output-wrap-0.1.7.js index da7ffb1..685aca8 100644 --- a/test/write-test-output-wrap-0.1.7.js +++ b/test/write-test-output-wrap-0.1.7.js @@ -1,12 +1,14 @@ // -// Generated on Thu Oct 06 2011 20:40:08 GMT+0200 (CEST) by Nodejitsu Inc +// Generated on Sat Oct 08 2011 03:49:52 GMT+0200 (CEST) by Nodejitsu Inc // Version 0.1.7 // -(function(exports) { +(function (exports) { exports.hello = "Hello, World."; + + }(window)); \ No newline at end of file