[Pkg-javascript-commits] [node-umd] 01/18: Remove compiled file

Bastien Roucariès rouca at moszumanska.debian.org
Mon Apr 17 07:38:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to tag debian-3.0.1+ds-1
in repository node-umd.

commit bc7b4fdf61a9c8f7faebbd5f6128c911b2d43333
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Fri Apr 14 13:44:49 2017 +0200

    Remove compiled file
---
 examples/cjs/bundle.js         | 3 ---
 examples/constructor/bundle.js | 3 ---
 examples/raw/bundle.js         | 3 ---
 3 files changed, 9 deletions(-)

diff --git a/examples/cjs/bundle.js b/examples/cjs/bundle.js
deleted file mode 100644
index 3874f6d..0000000
--- a/examples/cjs/bundle.js
+++ /dev/null
@@ -1,3 +0,0 @@
-!function(e){"object"==typeof exports?module.exports=e():"function"==typeof define&&define.amd?define(e):"undefined"!=typeof window?window.commonJsModule=e():"undefined"!=typeof global?global.commonJsModule=e():"undefined"!=typeof self&&(self.commonJsModule=e())}(function(){var define,module,exports;module={exports:(exports={})};
-module.exports = "common JS example";
-return module.exports;});
\ No newline at end of file
diff --git a/examples/constructor/bundle.js b/examples/constructor/bundle.js
deleted file mode 100644
index 7eb6329..0000000
--- a/examples/constructor/bundle.js
+++ /dev/null
@@ -1,3 +0,0 @@
-!function(e){"object"==typeof exports?module.exports=e():"function"==typeof define&&define.amd?define(e):"undefined"!=typeof window?window.CommonJsModule=e():"undefined"!=typeof global?global.CommonJsModule=e():"undefined"!=typeof self&&(self.CommonJsModule=e())}(function(){var define,module,exports;
-return "Constructor example";
-});
\ No newline at end of file
diff --git a/examples/raw/bundle.js b/examples/raw/bundle.js
deleted file mode 100644
index a967d63..0000000
--- a/examples/raw/bundle.js
+++ /dev/null
@@ -1,3 +0,0 @@
-!function(e){"object"==typeof exports?module.exports=e():"function"==typeof define&&define.amd?define(e):"undefined"!=typeof window?window.commonJsModule=e():"undefined"!=typeof global?global.commonJsModule=e():"undefined"!=typeof self&&(self.commonJsModule=e())}(function(){var define,module,exports;
-return "Raw example";
-});
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-umd.git



More information about the Pkg-javascript-commits mailing list