@stdlib/utils-define-property
Advanced tools
Comparing version 0.0.1-alpha.6 to 0.0.1
{ | ||
"name": "@stdlib/utils-define-property", | ||
"version": "0.0.1-alpha.6", | ||
"version": "0.0.1", | ||
"description": "Define (or modify) an object property.", | ||
@@ -26,3 +26,5 @@ "license": "Apache-2.0", | ||
"scripts": { | ||
"test": "tape $(grep -irl --include=\\*.js \"tape\" ./test)" | ||
"test": "make test", | ||
"test-cov": "make test-cov", | ||
"examples": "make examples" | ||
}, | ||
@@ -48,3 +50,5 @@ "homepage": "https://github.com/stdlib-js/stdlib", | ||
"proxyquire": "^2.0.0", | ||
"tape": "git+https://github.com/kgryte/tape.git#fix/globby" | ||
"tape": "git+https://github.com/kgryte/tape.git#fix/globby", | ||
"istanbul": "^0.4.1", | ||
"tap-spec": "5.x.x" | ||
}, | ||
@@ -51,0 +55,0 @@ "engines": { |
@@ -23,2 +23,4 @@ <!-- | ||
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url] | ||
> [Define][mdn-define-property] (or modify) an object property. | ||
@@ -147,2 +149,14 @@ | ||
[npm-image]: http://img.shields.io/npm/v/@stdlib/utils-define-property.svg | ||
[npm-url]: https://npmjs.org/package/@stdlib/utils-define-property | ||
[test-image]: https://github.com/stdlib-js/utils-define-property/actions/workflows/test.yml/badge.svg | ||
[test-url]: https://github.com/stdlib-js/utils-define-property/actions/workflows/test.yml | ||
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-define-property/main.svg | ||
[coverage-url]: https://codecov.io/github/stdlib-js/utils-define-property?branch=main | ||
[dependencies-image]: https://img.shields.io/david/stdlib-js/utils-define-property | ||
[dependencies-url]: https://david-dm.org/stdlib-js/utils-define-property/main | ||
[stdlib]: https://github.com/stdlib-js/stdlib | ||
@@ -149,0 +163,0 @@ |
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
56839
10
171
10