Skip to content

Commit

Permalink
fix paths in package.json, tested ts imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nickforddev committed Sep 7, 2020
1 parent 325cd9b commit aa1aaa6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/freezeframe/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/freezeframe/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "freezeframe",
"version": "4.1.3",
"version": "5.0.0-beta.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",
"main": "./dist/freezeframe.min.js",
"types": "./dist/src/index.d.js",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
Expand Down

0 comments on commit aa1aaa6

Please sign in to comment.