Skip to content

Commit

Permalink
chore: no seriously, i really don't know what i'm doing
Browse files Browse the repository at this point in the history
  • Loading branch information
yakovmeister committed Sep 9, 2020
1 parent ce2738c commit 9bd0e7a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,16 @@
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-sucrase": "^3.1.0",
"@types/chai": "^4.2.12",
"@types/chai-as-promised": "^7.1.3",
"@types/fs-extra": "^9.0.1",
"@types/gm": "^1.18.9",
"@types/mocha": "^8.0.3",
"@types/node": "^14.6.4",
"@types/pixelmatch": "^5.2.1",
"@types/pixelmatch": "^5.2.2",
"@types/pngjs": "^3.4.2",
"@types/rimraf": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^7.8.1",
"mocha": "^8.1.3",
"nyc": "^15.1.0",
Expand Down
Binary file removed test/snapshots/growth.png
Binary file not shown.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
},
"include": [
"./src"
"src"
],
"exclude": [
"node_modules"
Expand Down

0 comments on commit 9bd0e7a

Please sign in to comment.