We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c000064 commit 75ed6c0Copy full SHA for 75ed6c0
.npmignore
@@ -13,5 +13,4 @@ dist/**/*_test.d.ts
13
CONTRIBUTING.md
14
tslint.json
15
yarn.lock
16
-rollup.config.js
17
tsconfig.json
package.json
@@ -3,9 +3,7 @@
3
"version": "0.0.1",
4
"description": "An open-source machine learning framework.",
5
"private": true,
6
- "module": "dist/index",
7
- "jsnext:main": "dist/index",
8
- "main": "dist/tf.js",
+ "main": "dist/index",
9
"jsdelivr": "dist/tf.min.js",
10
"unpkg": "dist/tf.min.js",
11
"types": "dist/index.d.ts",
0 commit comments