Skip to content

Commit

Permalink
Merge pull request #30 from dabapps/dependency-and-ignore-updates
Browse files Browse the repository at this point in the history
Dependency and ignore updates
  • Loading branch information
JakeSidSmith authored Apr 23, 2019
2 parents 84d234c + 34328bb commit 8818b41
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/node_modules/*
/coverage/*
/dist/*
/.vscode/*

.DS_Store
.npm-debug.log*

.vscode/*
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
/node_modules/*
/coverage/*
!/dist/*
/.vscode/*

.DS_Store
.npm-debug.log*
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dabapps/redux-requests",
"version": "0.5.4",
"version": "0.5.5",
"description": "Library for simple redux requests",
"main": "dist/js/index.js",
"directories": {},
Expand Down Expand Up @@ -40,8 +40,8 @@
"flux-standard-action": "^1.2.0",
"js-cookie": "^2.1.4",
"path": "^0.12.7",
"redux": "^3.7.2",
"redux-thunk": "^2.3.0"
"redux": "*",
"redux-thunk": "*"
},
"devDependencies": {
"@types/jest": "^24.0.11",
Expand All @@ -54,8 +54,8 @@
"typescript": "^3.3.4000"
},
"peerDependencies": {
"redux-thunk": ">= 2 < 3",
"redux": ">= 3 < 4"
"redux-thunk": "*",
"redux": "*"
},
"jest": {
"coverageThreshold": {
Expand Down

0 comments on commit 8818b41

Please sign in to comment.