We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8248e commit 78dc5c6Copy full SHA for 78dc5c6
package.json
@@ -15,8 +15,5 @@
15
"type": "git",
16
"url": "git://github.com/defunctzombie/node-util"
17
},
18
- "main": "./util.js",
19
- "dependencies": {
20
- "events.node": ">= 0.4.0"
21
- }
+ "main": "./util.js"
22
}
util.js
@@ -23,9 +23,6 @@ var process = process;
23
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
24
// USE OR OTHER DEALINGS IN THE SOFTWARE.
25
26
-var events = require('events.node');
27
-
28
29
exports.print = function() {
30
for (var i = 0, len = arguments.length; i < len; ++i) {
31
process.stdout.write(String(arguments[i]));
0 commit comments