summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/init-package-json/example/example-default.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/init-package-json/example/example-default.js')
-rw-r--r--deps/npm/node_modules/init-package-json/example/example-default.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/deps/npm/node_modules/init-package-json/example/example-default.js b/deps/npm/node_modules/init-package-json/example/example-default.js
deleted file mode 100644
index 29a8199068..0000000000
--- a/deps/npm/node_modules/init-package-json/example/example-default.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var init = require('../init-package-json.js')
-var dir = process.cwd()
-
-init(dir, 'file that does not exist', function (err, data) {
- if (!err) console.log('written successfully')
-})