Skip to content

Commit

Permalink
Merge pull request #10 from rnsloan/package-bump
Browse files Browse the repository at this point in the history
update packages
  • Loading branch information
rnsloan authored Jun 10, 2020
2 parents 71bcfdf + 138d60a commit 81b3feb
Show file tree
Hide file tree
Showing 3 changed files with 1,209 additions and 943 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.1] - 2020-06-10

### Changed

* updated dependencies

## [2.0.0] - 2020-06-10

### Changed
Expand Down
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "redux-allow-deny",
"version": "2.0.0",
"version": "2.1.0",
"description": "Redux middleware to execute a callback on action types using a allowlist or denylist approach",
"main": "lib/index.js",
"types": "index.d.ts",
"scripts": {
"build": "rm -rf lib && babel src -d lib",
"prepublish": "npm run build",
"start": "npm run build",
"test": "mocha test/ --recursive --require babel-core/register"
"test": "mocha test/ --recursive --require @babel/register"
},
"babel": {
"presets": [
"es2015"
"@babel/preset-env"
]
},
"keywords": [
Expand All @@ -25,12 +25,13 @@
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.26.0",
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/register": "^7.10.1",
"chai": "^4.2.0",
"mocha": "^7.1.0",
"mocha": "^7.2.0",
"redux": "^4.0.5",
"sinon": "^9.0.1"
"sinon": "^9.0.2"
}
}
Loading

0 comments on commit 81b3feb

Please sign in to comment.