Skip to content

Commit

Permalink
Merge pull request #126 from kwonoj/fix-pkg
Browse files Browse the repository at this point in the history
build(package): remove redundant browser field
  • Loading branch information
kwonoj authored Jan 31, 2019
2 parents c84d045 + ec9e4a4 commit ad20b2e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"browser": {
"./dist/cjs/lib/cld3_node.js": "./dist/cjs/lib/cld3_web.js",
"./dist/cjs/lib/cld3_node.wasm": "./dist/cjs/lib/cld3_web.wasm",
"./dist/esm/lib/cld3_node.js": "./dist/esm/lib/cld3_web.js",
"./dist/esm/lib/cld3_node.wasm": "./dist/esm/lib/cld3_web.wasm"
},
"engines": {
"npm": ">=3.0.0",
"node": ">=8.0.0"
Expand Down

0 comments on commit ad20b2e

Please sign in to comment.