Package Exports
- action
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (action) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Action
Installation
npm install action
Quick Start
var action = require('action');
Features
More Information
Follow @viatropos on twitter for updates
Running Tests
git clone git://github.com/viatropos/action.git
cd action
npm install
then run the tests:
npm test
Requires mocha
, chai
, and phantomjs
:
brew install phantomjs
npm install mocha -g
npm install phantomjs chai
License
MIT