Skip to content

Commit

Permalink
added source files for source map
Browse files Browse the repository at this point in the history
  • Loading branch information
refractalize committed Mar 26, 2020
1 parent b2b78ed commit ea6f07d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"description": "reliable dom testing",
"main": "dist/index.js",
"files": [
"dist/*"
"dist/*",
"lib/*",
"index.ts"
],
"scripts": {
"test": "yarn test-electron-mocha && eslint .",
Expand Down

0 comments on commit ea6f07d

Please sign in to comment.