Skip to content

Commit

Permalink
Version 0.4.3
Browse files Browse the repository at this point in the history
Removed types from package.json because it seems to break an auto import
  • Loading branch information
Ayub-Begimkulov committed Apr 15, 2021
1 parent 7646007 commit 61ed48b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 0.4.1-0.4.2
## Version 0.4.1-0.4.3

### Fixed:

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"private": false,
"private": true,
"name": "retransition",
"version": "0.4.2",
"version": "0.4.3",
"description": "A library that helps you create smooth transitions in your react app.",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/",
"sideEffects": false,
"scripts": {
"build": "rimraf dist && rollup -c && node ./write-entry.js",
Expand Down

0 comments on commit 61ed48b

Please sign in to comment.