Skip to content

Commit

Permalink
[dist] version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hij1nx committed Oct 8, 2011
1 parent 3224fe7 commit 71d26c0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 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 <info@nodejitsu.com>",
"contributors": [
{ "name": "Paolo Fragomeni", "email": "hij1nx@nodejitsu.com" }
Expand Down
13 changes: 9 additions & 4 deletions 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 <info@nodejitsu.com>
// Generated on Sat Oct 08 2011 03:49:52 GMT+0200 (CEST) by Nodejitsu Inc <info@nodejitsu.com>
// Version 0.1.7
//
function test5() {
return true;
}



//
// Generated on Thu Oct 06 2011 20:40:08 GMT+0200 (CEST) by Nodejitsu Inc <info@nodejitsu.com>
// Generated on Sat Oct 08 2011 03:49:52 GMT+0200 (CEST) by Nodejitsu Inc <info@nodejitsu.com>
// 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 <info@nodejitsu.com>
// Generated on Sat Oct 08 2011 03:49:52 GMT+0200 (CEST) by Nodejitsu Inc <info@nodejitsu.com>
// Version 0.1.7
//
var test10 = function() {
return "test10";
}();
}();

2 changes: 1 addition & 1 deletion 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 <info@nodejitsu.com>
// Generated on Sat Oct 08 2011 03:49:52 GMT+0200 (CEST) by Nodejitsu Inc <info@nodejitsu.com>
// Version 0.1.7
//
function test5(){return!0}
6 changes: 4 additions & 2 deletions 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 <info@nodejitsu.com>
// Generated on Sat Oct 08 2011 03:49:52 GMT+0200 (CEST) by Nodejitsu Inc <info@nodejitsu.com>
// Version 0.1.7
//

(function(exports) {
(function (exports) {

exports.hello = "Hello, World.";



}(window));

0 comments on commit 71d26c0

Please sign in to comment.