Skip to content

Commit

Permalink
fix typo in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nickforddev committed Jan 15, 2021
1 parent 2735782 commit bfa39f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/freezeframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "5.0.0",
"description": "Freezeframe is a library that automatically pauses animated .gifs and enables them to start animation on mouse hover or click",
"main": "./dist/freezeframe.min.js",
"types": "./dist/src/index.d.js",
"types": "./dist/src/index.d.ts",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
Expand Down

0 comments on commit bfa39f0

Please sign in to comment.