endpoints-controller
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -24,3 +24,5 @@ var Promise = require('when'); | ||
// otherwise just fake that we can | ||
preflight = Promise.defer().resolve([id]); | ||
preflight = Promise.defer(); | ||
preflight.resolve([id]); | ||
preflight = preflight.promise; | ||
} | ||
@@ -27,0 +29,0 @@ |
{ | ||
"name": "endpoints-controller", | ||
"description": "controller layer for the endpoints framework.", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"homepage": "https://github.com/tkellen/node-endpoints-controller", | ||
@@ -25,3 +25,3 @@ "author": { | ||
"engines": { | ||
"node": ">= 0.8" | ||
"node": ">= 0.10" | ||
}, | ||
@@ -28,0 +28,0 @@ "scripts": { |
@@ -5,1 +5,3 @@ # endpoints-controller [![Build Status](https://secure.travis-ci.org/tkellen/node-endpoints-controller.png)](http://travis-ci.org/tkellen/node-endpoints-controller) | ||
[![NPM](https://nodei.co/npm/endpoints-controller.png)](https://nodei.co/npm/endpoints-controller/) | ||
a quick and dirty extraction of some tools i use all the time for building rest apis. |
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
7038
153
7