Skip to content

Commit

Permalink
v3.13.0 - boundation, changelog, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Jun 26, 2020
1 parent f2164ad commit 9e0086a
Show file tree
Hide file tree
Showing 5 changed files with 163 additions and 183 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ after_success:
notifications:
email:
recipients: >-
UK6qZueSjK/zKTGokgO6y/jZ7yB/T7RetqqOx92iMYgmbYJjvmV2nkFZ2pFSvHfWSZnbJ2zCrGSe+IJszo3t7mhlRYSURobaUQQxHBHa37Wt95Zc9wxw34PIZlAaQrFOqYkA77tpCE78k5V3hSUe21QLSiUgShhOYvTBBwRJ1fY=
g/uYweUxHHQZHPJgmBQ2/NaviOAYoB5kVUXAPscDSHDmXDh6M650uWnQunyAXW8pSD5vvRFChuPAkxVxCqb0hd+PVfWG3L9GQvwUCq4DT0GkOepu8VQcZ8/9PoZK8fI+LDawDpCEGD0HXhlfHfn0WstpnmnQae/p+sSJltTRSFc=
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# History

## v3.13.0 2020 June 26

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)

## v3.12.0 2020 June 25

- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Yay! Big win for agnostic argument order! But when would you actually want this?

``` html
<script type="module">
import * as pkg from '//dev.jspm.io/argsbytype@3.12.0'
import * as pkg from '//dev.jspm.io/argsbytype@3.13.0'
</script>
```

Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Arguments By Type",
"name": "argsbytype",
"version": "3.12.0",
"version": "3.13.0",
"description": "Provide some arguments, get back a hash object of the arguments indexed by their type. Very useful for agnostic argument orders.",
"homepage": "https://github.com/bevry/argsbytype",
"license": "MIT",
Expand Down Expand Up @@ -99,23 +99,23 @@
"main": "source/index.js",
"browser": "edition-browsers/index.js",
"dependencies": {
"typechecker": "7.10.0"
"typechecker": "^7.11.0"
},
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-object-rest-spread": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@bevry/update-contributors": "^1.12.0",
"assert-helpers": "^6.12.0",
"@bevry/update-contributors": "^1.13.0",
"assert-helpers": "^6.13.0",
"eslint": "^7.3.1",
"eslint-config-bevry": "^3.12.0",
"eslint-config-bevry": "^3.13.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"kava": "^5.7.0",
"kava": "^5.8.0",
"prettier": "^2.0.5",
"projectz": "^2.10.1",
"valid-directory": "^2.5.0"
"projectz": "^2.11.0",
"valid-directory": "^2.6.0"
},
"scripts": {
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next",
Expand Down Expand Up @@ -161,7 +161,7 @@
"esmodules": false,
"browsers": "defaults"
},
"modules": false
"modules": "commonjs"
}
]
],
Expand Down
Loading

0 comments on commit 9e0086a

Please sign in to comment.