Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exporting typescript types in dist #3

Merged
merged 13 commits into from
Oct 30, 2018
Prev Previous commit
Next Next commit
Add redux and axios as peer dependencies
  • Loading branch information
CDimonaco committed Oct 30, 2018
commit f7c172e509db11b0a4818f9d7dda77dceba09035
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,16 @@
"url": "https://github.com/extendi/beccaccino"
},
"typings": "./dist/index.d.ts",
"peerDependencies": {
"axios": "^0.18.0",
"redux": "^4.0.1"
},
"devDependencies": {
"@types/jest": "^23.3.8",
"@types/uuid": "^3.4.4",
"awesome-typescript-loader": "^5.2.1",
"coveralls": "^3.0.2",
"jest": "^23.6.0",
"redux": "^4.0.1",
"source-map-loader": "^0.2.4",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My mistake, i removed two lines instead of one.

"terser-webpack-plugin": "^1.1.0",
"ts-jest": "^23.10.4",
"ts-loader": "^5.2.2",
Expand All @@ -52,7 +54,8 @@
"dependencies": {
"axios": "^0.18.0",
"path-to-regexp": "^2.4.0",
"uuid": "^3.3.2"
"uuid": "^3.3.2",
"redux": "^4.0.1"
},
"jest": {
"transform": {
Expand Down