Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

Commit d760aae

Browse files
author
Nikhil Thorat
authored
Change "browser" to "unpkg" in package.json. (#173)
* change browser => npm * spell things right.
1 parent dd90680 commit d760aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Hardware-accelerated JavaScript library for machine intelligence",
55
"private": false,
66
"main": "dist/src/index.js",
7-
"browser": "dist/deeplearn.js",
7+
"unpkg": "dist/deeplearn.js",
88
"types": "dist/src/index.d.ts",
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)