Skip to content

Commit ec440df

Browse files
committed
feat: release 1.0.0
1 parent fe7762a commit ec440df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tfjs-image-node",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "A simple image classifier using tfjs and running in node.js",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -9,7 +9,6 @@
99
"dist"
1010
],
1111
"scripts": {
12-
"test": "jest",
1312
"build": "tsup"
1413
},
1514
"repository": {

0 commit comments

Comments
 (0)