Comparing version 0.0.2 to 0.0.3
@@ -90,3 +90,3 @@ (function() { | ||
if (typeof this.getInitialState === "function") { | ||
this.setState(this.getInitialState()); | ||
__state = this.getInitialState(); | ||
} | ||
@@ -93,0 +93,0 @@ if (!Array.isArray(this.actions) || this.actions.length === 0) { |
{ | ||
"name": "docbrown", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Flux experiment.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "istanbul cover node_modules/.bin/_mocha --report html --report=lcov" | ||
"test": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" | ||
}, | ||
"devDependencies": { | ||
"chai": "^1.10.0", | ||
"coveralls": "^2.11.2", | ||
"istanbul": "^0.3.5", | ||
"mocha": "^2.1.0", | ||
"mocha-lcov-reporter": "0.0.1", | ||
"sinon": "^1.12.2" | ||
@@ -14,0 +16,0 @@ }, |
DocBrown | ||
======== | ||
[![Build Status](https://travis-ci.org/n1k0/docbrown.svg)](https://travis-ci.org/n1k0/docbrown) | ||
[![Build Status](https://travis-ci.org/n1k0/docbrown.svg)](https://travis-ci.org/n1k0/docbrown) [![Coverage Status](https://coveralls.io/repos/n1k0/docbrown/badge.svg)](https://coveralls.io/r/n1k0/docbrown) | ||
@@ -182,2 +182,4 @@ Minimalistic, simple, opinionated Flux implementation. Right, yet [another one](https://www.npmjs.com/search?q=flux), I'm so sorry. | ||
Note: this will try to send coverage reports to Coveralls. Ignore any error about that. | ||
License | ||
@@ -184,0 +186,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
25263
188
6