Skip to content

Commit

Permalink
Added mocha dev dep and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
jtlapp committed Mar 12, 2022
1 parent fdaaf47 commit 512b2de
Show file tree
Hide file tree
Showing 2 changed files with 544 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "gifwrap",
"version": "0.9.2",
"version": "0.9.3",
"description": "A Jimp-compatible library for working with GIFs",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -33,6 +33,7 @@
"devDependencies": {
"chai": "^4.2.0",
"dmd-clear": "^0.1.2",
"jimp": "^0.2.28"
"jimp": "^0.2.28",
"mocha": "^9.2.2"
}
}

0 comments on commit 512b2de

Please sign in to comment.