graphql-scalars
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -21,1 +21,7 @@ # Change log | ||
`peerDependencies`. | ||
## 0.1.4 - 2017-09-09 | ||
### Fixed | ||
* Fix [#1](https://github.com/adriano-di-giovanni/graphql-scalars/issues/1). Thanks, [@biomorgoth](https://github.com/biomorgoth) |
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
exports.GraphQLDate = undefined; | ||
exports.GraphQLEmailAddress = exports.GraphQLDate = undefined; | ||
@@ -13,4 +13,9 @@ var _GraphQLDate = require('./GraphQLDate'); | ||
var _GraphQLEmailAddress = require('./GraphQLEmailAddress'); | ||
var _GraphQLEmailAddress2 = _interopRequireDefault(_GraphQLEmailAddress); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
exports.GraphQLDate = _GraphQLDate2.default; | ||
exports.GraphQLDate = _GraphQLDate2.default; | ||
exports.GraphQLEmailAddress = _GraphQLEmailAddress2.default; |
{ | ||
"name": "graphql-scalars", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Custom scalars for GraphQL", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
9155
101