Comparing version 0.1.5 to 0.1.6
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.3.3 | ||
// Generated by CoffeeScript 1.4.0 | ||
var __hasProp = {}.hasOwnProperty, | ||
@@ -3,0 +3,0 @@ __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }; |
{ | ||
"name": "line", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Control flow like a boss", | ||
@@ -26,3 +26,6 @@ "keywords": [ | ||
"main": "lib/line.js", | ||
"ender": "noop", | ||
"ender": { | ||
"bridge": "noop", | ||
"dependencies": "ender-events" | ||
}, | ||
"directories": { | ||
@@ -29,0 +32,0 @@ "lib": "lib" |
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
25697