summaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/node_modules/pkginfo/examples/array-argument.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/node_modules/pkginfo/examples/array-argument.js')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/node_modules/pkginfo/examples/array-argument.js20
1 files changed, 0 insertions, 20 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/node_modules/pkginfo/examples/array-argument.js b/vnfmarket/src/main/webapp/vnfmarket/node_modules/pkginfo/examples/array-argument.js
deleted file mode 100644
index b1b68487..00000000
--- a/vnfmarket/src/main/webapp/vnfmarket/node_modules/pkginfo/examples/array-argument.js
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * array-argument.js: Sample of including specific properties from a package.json file
- * using Array argument syntax.
- *
- * (C) 2011, Charlie Robbins
- *
- */
-
-var util = require('util'),
- pkginfo = require('../lib/pkginfo')(module, ['version', 'author']);
-
-exports.someFunction = function () {
- console.log('some of your custom logic here');
-};
-
-console.log('Inspecting module:');
-console.dir(module.exports);
-
-console.log('\nAll exports exposed:');
-console.error(Object.keys(module.exports)); \ No newline at end of file