antd-mobile-demo-data
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -167,5 +167,5 @@ (function (global, factory) { | ||
data.forEach(function (item) { | ||
item.QF = item.spell[0].toUpperCase(); | ||
transData[item.QF] = transData[item.QF] || []; | ||
transData[item.QF].push(item); | ||
var qf = item.spell[0].toUpperCase(); | ||
transData[qf] = transData[qf] || []; | ||
transData[qf].push(item); | ||
}); | ||
@@ -172,0 +172,0 @@ // console.log(transData) |
@@ -152,7 +152,7 @@ /* eslint comma-dangle:0 */ | ||
data.forEach(function (item) { | ||
item.QF = item.spell[0].toUpperCase(); | ||
transData[item.QF] = transData[item.QF] || []; | ||
transData[item.QF].push(item); | ||
var qf = item.spell[0].toUpperCase(); | ||
transData[qf] = transData[qf] || []; | ||
transData[qf].push(item); | ||
}); | ||
// console.log(transData) | ||
module.exports = transData; |
{ | ||
"name": "antd-mobile-demo-data", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "antd-mobile-demo-data", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
56051