alipay-meteor-easy
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -1,5 +0,2 @@ | ||
alipay = {} | ||
alipay.notify = require('./lib/alipay_notify.class').AlipayNotify; | ||
alipay.submit = require('./lib/alipay_submit.class').AlipaySubmit; | ||
alipay = {require('./lib/alipay_notify.class').AlipayNotify, require('./lib/alipay_submit.class').AlipaySubmit}; | ||
module.exports = alipay; |
@@ -5,3 +5,3 @@ { | ||
"author": "dengdonglin", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
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
93786
1108