Comparing version 0.0.1 to 0.0.2
module.exports = require('./lib/getopt').getopt; | ||
module.exports.getopt = require('./lib/getopt').getopt; | ||
module.exports.nextopt = require('./lib/getopt').nextopt; |
@@ -8,2 +8,5 @@ /** | ||
* | ||
* Copyright (C) 2014 Andras Radics | ||
* Licensed under the Apache License, Version 2.0 | ||
* | ||
* 2014-09-23 - AR. | ||
@@ -10,0 +13,0 @@ */ |
{ | ||
"name": "arlib", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Andras' Utility Functions", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -1,3 +0,8 @@ | ||
getopt = require('../lib/getopt').getopt; | ||
/** | ||
* Copyright (C) 2014 Andras Radics | ||
* Licensed under the Apache License, Version 2.0 | ||
*/ | ||
getopt = require('../getopt').getopt; | ||
module.exports = { | ||
@@ -4,0 +9,0 @@ 'should return option': function(t) { |
@@ -0,1 +1,6 @@ | ||
/** | ||
* Copyright (C) 2014 Andras Radics | ||
* Licensed under the Apache License, Version 2.0 | ||
*/ | ||
fs = require('fs'); | ||
@@ -2,0 +7,0 @@ tempnam = require('../tempnam'); |
11238
9
271