Skip to content

Commit

Permalink
bump package version just incase the dev deps screw with anybody
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancole committed Aug 24, 2020
1 parent 371b4e3 commit 3963177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chunk",
"version": "0.0.2",
"version": "0.0.3",
"homepage": "https://github.com/ryancole/chunk",
"authors": ["Ryan Cole <[email protected]>"],
"description": "Chunk converts arrays like `[1,2,3,4,5]` into arrays of arrays like `[[1,2], [3,4], [5]]`.",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chunk",
"version": "0.0.2",
"version": "0.0.3",
"description": "Chunk converts arrays like `[1,2,3,4,5]` into arrays of arrays like `[[1,2], [3,4], [5]]`.",
"main": "src/chunk.js",
"repository": {
Expand Down

0 comments on commit 3963177

Please sign in to comment.