@keckelt/tsne
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@keckelt/tsne", | ||
"description": "Updated t-SNE implementation in TypeScript.", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Klaus Eckelt", | ||
"license": "MIT", | ||
"homepage": "https://github.com/keckelt/tsne#readme", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
@@ -10,0 +11,0 @@ "build": "tsc", |
16959