@stdlib/datasets-frb-sf-wage-rigidity 0.2.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +6 -18
package/README.md CHANGED
@@ -194,8 +194,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
194
194
  [npm-image]: http://img.shields.io/npm/v/@stdlib/datasets-frb-sf-wage-rigidity.svg
195
195
  [npm-url]: https://npmjs.org/package/@stdlib/datasets-frb-sf-wage-rigidity
196
196
 
197
- [test-image]: https://github.com/stdlib-js/datasets-frb-sf-wage-rigidity/actions/workflows/test.yml/badge.svg?branch=v0.2.0
198
- [test-url]: https://github.com/stdlib-js/datasets-frb-sf-wage-rigidity/actions/workflows/test.yml?query=branch:v0.2.0
197
+ [test-image]: https://github.com/stdlib-js/datasets-frb-sf-wage-rigidity/actions/workflows/test.yml/badge.svg?branch=v0.2.2
198
+ [test-url]: https://github.com/stdlib-js/datasets-frb-sf-wage-rigidity/actions/workflows/test.yml?query=branch:v0.2.2
199
199
 
200
200
  [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/datasets-frb-sf-wage-rigidity/main.svg
201
201
  [coverage-url]: https://codecov.io/github/stdlib-js/datasets-frb-sf-wage-rigidity?branch=main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stdlib/datasets-frb-sf-wage-rigidity",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "Wage rates for U.S. workers that have not changed jobs within the year.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -16,21 +16,14 @@
16
16
  "main": "./lib",
17
17
  "browser": "./lib/browser.js",
18
18
  "directories": {
19
- "benchmark": "./benchmark",
20
19
  "data": "./data",
21
20
  "doc": "./docs",
22
- "example": "./examples",
23
21
  "lib": "./lib",
24
22
  "scripts": "./scripts",
25
- "test": "./test"
23
+ "dist": "./dist"
26
24
  },
27
25
  "types": "./docs/types",
28
- "scripts": {
29
- "test": "make test",
30
- "test-cov": "make test-cov",
31
- "examples": "make examples",
32
- "benchmark": "make benchmark"
33
- },
26
+ "scripts": {},
34
27
  "homepage": "https://stdlib.io",
35
28
  "repository": {
36
29
  "type": "git",
@@ -40,15 +33,10 @@
40
33
  "url": "https://github.com/stdlib-js/stdlib/issues"
41
34
  },
42
35
  "dependencies": {
43
- "@stdlib/fs-read-json": "^0.2.0",
44
- "@stdlib/utils-copy": "^0.2.0"
45
- },
46
- "devDependencies": {
47
- "proxyquire": "^2.0.0",
48
- "tape": "git+https://github.com/kgryte/tape.git#fix/globby",
49
- "istanbul": "^0.4.1",
50
- "tap-min": "git+https://github.com/Planeshifter/tap-min.git"
36
+ "@stdlib/fs-read-json": "^0.2.2",
37
+ "@stdlib/utils-copy": "^0.2.2"
51
38
  },
39
+ "devDependencies": {},
52
40
  "engines": {
53
41
  "node": ">=0.10.0",
54
42
  "npm": ">2.7.0"