node-han-css
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -13,2 +13,3 @@ var EventEmitter = require('events'); | ||
this._eventEmitter = new EventEmitter(); | ||
this._eventEmitter.setMaxListeners(100); | ||
} | ||
@@ -41,3 +42,3 @@ | ||
this._eventEmitter.on('ready', callback.bind(this, null, this)); | ||
this._eventEmitter.once('ready', callback.bind(this, null, this)); | ||
}; | ||
@@ -44,0 +45,0 @@ |
{ | ||
"name": "node-han-css", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "An unofficial library to use han-css in Node", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12229
114