Skip to content

Commit

Permalink
fixed entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
odahcam committed Jan 8, 2018
1 parent 92df4aa commit 0222abb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@barn/zxing",
"version": "0.2.2",
"version": "0.2.3",
"description": "TypeScript port of ZXing multi-format 1D/2D barcode image processing library.",
"keywords": [
"scanner",
Expand Down Expand Up @@ -32,9 +32,9 @@
"url": "https://github.com/odahcam/zxing-ts"
},
"private": false,
"main": "./bundles/index.js",
"main": "./bundles/zxing.js",
"module": "./esm5/index.js",
"es2015": "./esm2015/zxing.min.js",
"es2015": "./bundles/zxing.min.js",
"typings": "./esm5/index.d.ts",
"scripts": {
"clean": "shx rm -rf bundles esm5",
Expand Down

0 comments on commit 0222abb

Please sign in to comment.