Skip to content

Commit 3adc2c7

Browse files
committed
FIX: add dist folder to files
1 parent 1bbfde3 commit 3adc2c7

File tree

3 files changed

+1314
-3069
lines changed

3 files changed

+1314
-3069
lines changed

.changeset/empty-sloths-grow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tfjs-image-node": patch
3+
---
4+
5+
FIX! Add dist folder to files

package.json

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
11
{
2-
"name": "tfjs-image-node",
3-
"version": "2.0.3",
4-
"description": "A simple image classifier using tfjs and running in node.js",
5-
"main": "./dist/index.js",
6-
"module": "./dist/index.mjs",
7-
"types": "./dist/index.d.ts",
8-
"files": [
9-
"dist"
10-
],
11-
"scripts": {
12-
"dev": "vitest",
13-
"build": "tsup --format cjs,esm --dts",
14-
"test": "vitest run",
15-
"lint": "tsc",
16-
"ci": "pnpm run lint && pnpm run test && pnpm run build",
17-
"prerelease": "pnpm run lint && pnpm format && pnpm run test && pnpm run build",
18-
"release": "changeset publish",
19-
"format": "prettier --write ."
20-
},
21-
"homepage": "https://github.com/kevinanielsen/tfjs-image-node/",
22-
"repository": {
23-
"type": "git",
24-
"url": "https://github.com/kevinanielsen/tfjs-image-node/"
25-
},
26-
"keywords": [
27-
"tfjs",
28-
"ai",
29-
"image",
30-
"classifier",
31-
"node",
32-
"node.js",
33-
"tensorflow",
34-
"tensorflow.js",
35-
"javascript",
36-
"typescript",
37-
"npm"
38-
],
39-
"author": {
40-
"name": "Kevin Alex Nielsen",
41-
"email": "kevinanielsen@outlook.com",
42-
"url": "https://kevinanielsen.com/"
43-
},
44-
"license": "MIT",
45-
"devDependencies": {
46-
"@changesets/changelog-github": "^0.5.0",
47-
"@changesets/cli": "^2.27.1",
48-
"@types/node": "^20.10.0",
49-
"prettier": "^3.1.0",
50-
"ts-node": "^10.9.1",
51-
"tsup": "^8.0.1",
52-
"typescript": "^5.3.2",
53-
"vitest": "^0.34.6"
54-
},
55-
"dependencies": {
56-
"@tensorflow/tfjs": "^4.13.0",
57-
"@tensorflow/tfjs-node": "^4.13.0",
58-
"jimp": "^0.22.10"
59-
}
2+
"name": "tfjs-image-node",
3+
"version": "2.0.3",
4+
"description": "A simple image classifier using tfjs and running in node.js",
5+
"main": "./dist/index.js",
6+
"module": "./dist/index.mjs",
7+
"types": "./dist/index.d.ts",
8+
"files": [
9+
"./dist"
10+
],
11+
"scripts": {
12+
"dev": "vitest",
13+
"build": "tsup --format cjs,esm --dts",
14+
"test": "vitest run",
15+
"lint": "tsc",
16+
"ci": "pnpm run lint && pnpm run test && pnpm run build",
17+
"prerelease": "pnpm run lint && pnpm format && pnpm run test && pnpm run build",
18+
"release": "changeset publish",
19+
"format": "prettier --write ."
20+
},
21+
"homepage": "https://github.com/kevinanielsen/tfjs-image-node/",
22+
"repository": {
23+
"type": "git",
24+
"url": "https://github.com/kevinanielsen/tfjs-image-node/"
25+
},
26+
"keywords": [
27+
"tfjs",
28+
"ai",
29+
"image",
30+
"classifier",
31+
"node",
32+
"node.js",
33+
"tensorflow",
34+
"tensorflow.js",
35+
"javascript",
36+
"typescript",
37+
"npm"
38+
],
39+
"author": {
40+
"name": "Kevin Alex Nielsen",
41+
"email": "kevinanielsen@outlook.com",
42+
"url": "https://kevinanielsen.com/"
43+
},
44+
"license": "MIT",
45+
"devDependencies": {
46+
"@changesets/changelog-github": "^0.5.0",
47+
"@changesets/cli": "^2.27.1",
48+
"@types/node": "^20.10.0",
49+
"prettier": "^3.1.0",
50+
"ts-node": "^10.9.1",
51+
"tsup": "^8.0.1",
52+
"typescript": "^5.3.2",
53+
"vitest": "^0.34.6"
54+
},
55+
"dependencies": {
56+
"@tensorflow/tfjs": "^4.13.0",
57+
"@tensorflow/tfjs-node": "^4.13.0",
58+
"jimp": "^0.22.10"
59+
}
6060
}

0 commit comments

Comments
 (0)