electron
Advanced tools
Comparing version 0.3.0 to 0.4.0
0.4.0 / 2013-01-21 | ||
================== | ||
* test: add and use bootstrap for common testing env | ||
* deps: update drip to 1.1.x | ||
* Merge pull request #1 from jasonrm/test-fix | ||
* Fix failing tests due to incorrect usage of length/lengthOf with Chai. | ||
0.3.0 / 2012-10-07 | ||
@@ -3,0 +11,0 @@ ================== |
@@ -30,3 +30,3 @@ /*! | ||
exports.version = '0.3.0'; | ||
exports.version = '0.4.0'; | ||
@@ -33,0 +33,0 @@ /*! |
@@ -11,3 +11,3 @@ /*! | ||
var Drip = require('drip') | ||
var EventEmitter = require('drip').EnhancedEmitter | ||
, tty = require('tty') | ||
@@ -92,3 +92,3 @@ , util = require('util'); | ||
Drip.call(this, { delimeter: ' ' }); | ||
EventEmitter.call(this, { delimeter: ' ' }); | ||
this.commands = []; | ||
@@ -116,3 +116,3 @@ this._colorized = false; | ||
util.inherits(Program, Drip); | ||
util.inherits(Program, EventEmitter); | ||
@@ -119,0 +119,0 @@ /** |
@@ -8,3 +8,3 @@ { | ||
"license": "MIT", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"repository": { | ||
@@ -19,3 +19,3 @@ "type": "git", | ||
"dependencies": { | ||
"drip": "0.3.x" | ||
"drip": "1.1.x" | ||
}, | ||
@@ -22,0 +22,0 @@ "devDependencies": { |
@@ -1,5 +0,3 @@ | ||
[![Build Status](https://secure.travis-ci.org/logicalparadox/electron.png?branch=master)](http://travis-ci.org/logicalparadox/electron) | ||
# Electron [![Build Status](https://secure.travis-ci.org/logicalparadox/electron.png?branch=master)](http://travis-ci.org/logicalparadox/electron) | ||
# Electron | ||
> A simple command-line interface framework for [node.js](http://nodejs.org). | ||
@@ -6,0 +4,0 @@ |
Sorry, the diff of this file is not supported yet
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
35821
12
1044
150
+ Addeddrip@1.1.0(transitive)
+ Addedtea-concat@0.1.0(transitive)
- Removeddrip@0.3.1(transitive)
Updateddrip@1.1.x