Skip to content

Commit b4305eb

Browse files
authored
Merge pull request #8 from amandarice/patch-1
Update package.json
2 parents a07b292 + ff3d8b1 commit b4305eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"repository": "git@github.com:praneshr/react-diff-viewer.git",
1616
"license": "MIT",
1717
"author": "Pranesh Ravi<praneshpranesh@gmail.com>",
18-
"main": "lib/index.js",
18+
"main": "lib/index",
19+
"typings": "lib/index",
1920
"scripts": {
2021
"build": "tsc --outDir lib/",
2122
"build:examples": "webpack --progress --colors",

0 commit comments

Comments
 (0)