Skip to content

Commit

Permalink
Merge pull request #43 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 e34f40a + f0f2abc commit 4ce638d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 20 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/coverage/*
/dist/*
/examples/build/*
/.vscode/*

.DS_Store
npm-debug.log*
9 changes: 8 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
!dist/*
/node_modules/*
/coverage/*
!/dist/*
/examples/build/*
/.vscode/*

.DS_Store
npm-debug.log*
19 changes: 6 additions & 13 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dabapps/redux-api-collections",
"version": "0.4.2",
"version": "0.4.3",
"description": "Type-safe helpers for dealing with Rest-Framework backed collections in Typescript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"prepublishOnly": "npm test && npm run dist"
},
"dependencies": {
"@dabapps/redux-requests": "^0.5.4",
"@dabapps/redux-requests": "^0.5.5",
"@types/js-cookie": "^2.0.28",
"@types/node": "^7.0.18",
"@types/underscore": "^1.8.0",
Expand All @@ -24,8 +24,8 @@
"js-cookie": "^2.1.4",
"path": "^0.12.7",
"path-to-regexp": "^2.1.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"redux": "*",
"redux-thunk": "*",
"underscore": "^1.8.3"
},
"devDependencies": {
Expand All @@ -39,8 +39,8 @@
"typescript": "^3.3.3333"
},
"peerDependencies": {
"redux-thunk": ">= 2 < 3",
"redux": ">= 3 < 4"
"redux": "*",
"redux-thunk": "*"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 4ce638d

Please sign in to comment.