Skip to content

Commit

Permalink
updated npm config to include index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-s-g committed May 1, 2018
1 parent a22907c commit 1ab70e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ npm-debug.log
/doc
/docker
/entrypoints
/node_modules
/src
/test
/webpack
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
"name": "react-json-view",
"description":
"Interactive react component for displaying javascript arrays and JSON objects.",
"version": "1.16.3",
"version": "1.16.5",
"main": "dist/main.js",
"files": ["dist/"],
"dependencies": {
"flux": "^3.1.3",
"react-base16-styling": "^0.5.3",
Expand Down Expand Up @@ -55,7 +54,6 @@
"build":
"webpack --config webpack/webpack.config.js -p --display-error-details --progress --optimize-minimize",
"prebuild": "npm run test:unit",
"postbuild": "cp -a README.md LICENSE index.d.ts ./dist/",
"build:demo":
"webpack --config webpack/webpack.config-demo.js -p --display-error-details --progress --optimize-minimize",
"dev": "webpack-dev-server --config webpack/webpack.config-dev.js --open",
Expand Down

0 comments on commit 1ab70e2

Please sign in to comment.