tsds-lib-test 1.12.0 → 1.12.5

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 +1 -1
  2. package/package.json +2 -4
package/README.md CHANGED
@@ -8,7 +8,7 @@ For an example, check out [parser-multipart](https://github.com/kmalakoff/parser
8
8
 
9
9
  ```
10
10
  # build
11
- $ tsds build
11
+ $ npm run build
12
12
 
13
13
  # run coverage tests (default on "test/**/*.test.*" only) using c8
14
14
  $ tsds coverage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsds-lib-test",
3
- "version": "1.12.0",
3
+ "version": "1.12.5",
4
4
  "description": "Development stack for TypeScript libraries",
5
5
  "keywords": [
6
6
  "dev",
@@ -33,8 +33,6 @@
33
33
  ],
34
34
  "scripts": {
35
35
  "build": "node ../../dev/build/scripts/build.mjs",
36
- "clean": "node -e \"const dir = require('path').join(require('homedir-polyfill')(), '.im'); try {require('fs').rmdirSync(dir, {recursive: true})} catch(err) {}\"",
37
- "docs": "tsds docs",
38
36
  "format": "biome check --write --unsafe src/",
39
37
  "test": "",
40
38
  "test2": "tsds test:node --no-timeouts",
@@ -57,7 +55,7 @@
57
55
  "engines": {
58
56
  "node": ">=0.8"
59
57
  },
60
- "gitHead": "203ad087a8f4170e2fa2e0489531138b3c6b34e9",
58
+ "gitHead": "198bc82ab1e23ab0ea620f86faa0dc2193e5b3eb",
61
59
  "tsds": {
62
60
  "source": "src/index.ts"
63
61
  }