httpexceptions
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -14,3 +14,3 @@ /// <reference path="typings/node/node.d.ts" /> | ||
HTTPException_1.NotAcceptable = require('./lib/types/notacceptable'); | ||
HTTPException_1.NotFound = require('./lib/types/notFound'); | ||
HTTPException_1.NotFound = require('./lib/types/notfound'); | ||
HTTPException_1.NotImplemented = require('./lib/types/notimplemented'); | ||
@@ -17,0 +17,0 @@ HTTPException_1.PaymentRequired = require('./lib/types/paymentrequired'); |
@@ -26,3 +26,3 @@ /// <reference path="typings/node/node.d.ts" /> | ||
export var NotAcceptable = require('./lib/types/notacceptable'); | ||
export var NotFound = require('./lib/types/notFound'); | ||
export var NotFound = require('./lib/types/notfound'); | ||
export var NotImplemented = require('./lib/types/notimplemented'); | ||
@@ -29,0 +29,0 @@ export var PaymentRequired = require('./lib/types/paymentrequired'); |
{ | ||
"name": "httpexceptions", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Provide exception for HTTP Rest API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -60,3 +60,2 @@ # HTTPExceptions [![Build Status](https://travis-ci.org/Romakita/httpexceptions.svg?branch=master)](https://travis-ci.org/Romakita/httpexceptions) | ||
Use `npm test`. | ||
@@ -63,0 +62,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
169606
63