Skip to content

Commit 75ed6c0

Browse files
committed
save
1 parent c000064 commit 75ed6c0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ dist/**/*_test.d.ts
1313
CONTRIBUTING.md
1414
tslint.json
1515
yarn.lock
16-
rollup.config.js
1716
tsconfig.json

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"version": "0.0.1",
44
"description": "An open-source machine learning framework.",
55
"private": true,
6-
"module": "dist/index",
7-
"jsnext:main": "dist/index",
8-
"main": "dist/tf.js",
6+
"main": "dist/index",
97
"jsdelivr": "dist/tf.min.js",
108
"unpkg": "dist/tf.min.js",
119
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)