Comparing version 0.0.2 to 0.0.3
@@ -17,2 +17,8 @@ 'use strict'; | ||
}); | ||
}); | ||
}); | ||
var _endpoint2 = _interopRequireDefault(_endpoint); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
exports.default = _endpoint2.default; |
{ | ||
"name": "apiep", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Abstraction layer for simplification of Express API endpoints", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -1,2 +0,2 @@ | ||
# endpoint-al | ||
# API Endpoint | ||
Abstraction layer for simplification of Express API endpoints |
@@ -1,4 +0,3 @@ | ||
// import endpoint from './endpoint'; | ||
// export default endpoint; | ||
import endpoint from './endpoint'; | ||
export default endpoint; | ||
export * from './endpoint'; |
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
6352
175