@turndown/library 0.0.5 → 0.0.7

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.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turndown/library",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "description": "Shared TypeScript library for the Turndown suite.",
5
5
  "keywords": [
6
6
  "types",
@@ -18,12 +18,12 @@
18
18
  "type": "module",
19
19
  "exports": {
20
20
  ".": {
21
- "types": "./dist/index.d.ts",
22
- "default": "./dist/index.d.ts"
21
+ "types": "./dist/src/index.d.ts",
22
+ "default": "./dist/src/index.d.ts"
23
23
  },
24
24
  "./package.json": "./package.json"
25
25
  },
26
- "types": "./dist/index.d.ts",
26
+ "types": "./dist/src/index.d.ts",
27
27
  "files": [
28
28
  "dist",
29
29
  "LICENSE",
@@ -31,7 +31,7 @@
31
31
  ],
32
32
  "scripts": {
33
33
  "clean": "rimraf dist",
34
- "build": "tsc -p .",
34
+ "build": "npm run clean && tsc -p .",
35
35
  "dev": "tsc -w -p .",
36
36
  "release": "npm run clean && changeset version && npm install --no-frozen-lockfile && npm run build",
37
37
  "publish:ci": "npm run release && changeset publish"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turndown/library",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "description": "Shared TypeScript library for the Turndown suite.",
5
5
  "keywords": [
6
6
  "types",
@@ -18,12 +18,12 @@
18
18
  "type": "module",
19
19
  "exports": {
20
20
  ".": {
21
- "types": "./dist/index.d.ts",
22
- "default": "./dist/index.d.ts"
21
+ "types": "./dist/src/index.d.ts",
22
+ "default": "./dist/src/index.d.ts"
23
23
  },
24
24
  "./package.json": "./package.json"
25
25
  },
26
- "types": "./dist/index.d.ts",
26
+ "types": "./dist/src/index.d.ts",
27
27
  "files": [
28
28
  "dist",
29
29
  "LICENSE",
@@ -31,7 +31,7 @@
31
31
  ],
32
32
  "scripts": {
33
33
  "clean": "rimraf dist",
34
- "build": "tsc -p .",
34
+ "build": "npm run clean && tsc -p .",
35
35
  "dev": "tsc -w -p .",
36
36
  "release": "npm run clean && changeset version && npm install --no-frozen-lockfile && npm run build",
37
37
  "publish:ci": "npm run release && changeset publish"