model-attributes
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "model-attributes", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "attribute meta description", | ||
@@ -12,2 +12,3 @@ "keywords": [ | ||
"jsnext:main": "src/attributes.js", | ||
"module": "src/attributes.js", | ||
"scripts": { | ||
@@ -14,0 +15,0 @@ "cover": "npm run build && node ./node_modules/istanbul/lib/cli.js cover --hook-run-in-context ./node_modules/mocha/bin/_mocha -- --R spec --U exports tests", |
@@ -22,6 +22,6 @@ model-attributes | ||
const attributes = { | ||
const attributes = ma.createAttributes({ | ||
att1: {}, | ||
att2: { datault: 2} | ||
}; | ||
}); | ||
@@ -28,0 +28,0 @@ const object = {}; |
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
11282