Skip to content

Commit

Permalink
fix(package.json): include lib
Browse files Browse the repository at this point in the history
I'm an idiot
  • Loading branch information
stonelasley committed Feb 13, 2019
1 parent 79e430f commit 6aac3f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "This project started out as a straight port of the Quagga project - https://serratus.github.io/quaggaJS. - to typescript however it has significantly diverged.",
"repository": "git@github.com:stonelasley/barcode-parsing.git",
"typings": "lib/index.d.ts",
"main": "./lib/index.js",
"files": "[lib]",
"main": "lib/index.js",
"files": ["lib"],
"scripts": {
"build": "tsc -d",
"prepublish": "npm run build",
Expand Down

0 comments on commit 6aac3f6

Please sign in to comment.