Skip to content

Commit 1ab70e2

Browse files
committed
updated npm config to include index.d.ts
1 parent a22907c commit 1ab70e2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ npm-debug.log
1010
/doc
1111
/docker
1212
/entrypoints
13+
/node_modules
1314
/src
1415
/test
1516
/webpack

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
"name": "react-json-view",
33
"description":
44
"Interactive react component for displaying javascript arrays and JSON objects.",
5-
"version": "1.16.3",
5+
"version": "1.16.5",
66
"main": "dist/main.js",
7-
"files": ["dist/"],
87
"dependencies": {
98
"flux": "^3.1.3",
109
"react-base16-styling": "^0.5.3",
@@ -55,7 +54,6 @@
5554
"build":
5655
"webpack --config webpack/webpack.config.js -p --display-error-details --progress --optimize-minimize",
5756
"prebuild": "npm run test:unit",
58-
"postbuild": "cp -a README.md LICENSE index.d.ts ./dist/",
5957
"build:demo":
6058
"webpack --config webpack/webpack.config-demo.js -p --display-error-details --progress --optimize-minimize",
6159
"dev": "webpack-dev-server --config webpack/webpack.config-dev.js --open",

0 commit comments

Comments
 (0)