model-attributes
Advanced tools
Comparing version 3.0.3 to 3.0.4
{ | ||
"name": "model-attributes", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "attribute meta description", | ||
@@ -13,3 +13,3 @@ "keywords": [ | ||
"scripts": { | ||
"cover": "npm run prepublish && istanbul cover node_modules/.bin/_mocha -- -u exports tests/*_test.js", | ||
"cover": "nyc npm test", | ||
"test": "mocha tests/*_test.js", | ||
@@ -20,3 +20,4 @@ "docs": "jsdoc2md -l off -t doc/README.hbs -f src/*.js >README.md", | ||
"pretest": "npm run prepublish", | ||
"posttest": "markdown-doctest" | ||
"posttest": "markdown-doctest", | ||
"precover": "npm run prepublish" | ||
}, | ||
@@ -36,8 +37,8 @@ "repository": { | ||
"cz-conventional-changelog": "^1.2.0", | ||
"istanbul": "^0.4.5", | ||
"jsdoc-to-markdown": "^2.0.1", | ||
"markdown-doctest": "^0.9.1", | ||
"mocha": "^3.2.0", | ||
"rollup": "^0.40.2", | ||
"semantic-release": "^6.3.5" | ||
"rollup": "^0.41.1", | ||
"semantic-release": "^6.3.5", | ||
"nyc": "^10.0.0" | ||
}, | ||
@@ -59,3 +60,3 @@ "release": { | ||
"engines": { | ||
"node": ">=6.9.3" | ||
"node": ">=6.9.4" | ||
}, | ||
@@ -66,3 +67,12 @@ "config": { | ||
} | ||
}, | ||
"nyc": { | ||
"include": [ | ||
"dist/**/*.js" | ||
], | ||
"reporter": [ | ||
"lcov" | ||
], | ||
"report-dir": "./coverage" | ||
} | ||
} |
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
44948
12