Skip to content

Commit 39f1a82

Browse files
author
Kevin Scott
committed
Update license
1 parent 5ad6c44 commit 39f1a82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ml-classifier",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "A machine learning engine for quickly training image classification models in your browser",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -16,7 +16,7 @@
1616
"tensorflowjs"
1717
],
1818
"author": "Kevin Scott",
19-
"license": "ISC",
19+
"license": "MIT",
2020
"jest": {
2121
"testMatch": [
2222
"<rootDir>/src/**/__tests__/**/*.(j|t)s?(x)",

0 commit comments

Comments
 (0)