Skip to content

Commit

Permalink
Rollback build process
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarkelov committed Mar 18, 2024
1 parent aa242ac commit 7a3ae29
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,10 @@
"url": "https://github.com/glennreyes/react-countup/issues"
},
"homepage": "https://react-countup.now.sh",
"main": "build/index.js",
"exports": {
"import": "./build/index.mjs",
"require": "./build/index.js",
"types": "./build/index.d.ts"
},
"main": "build",
"files": [
"build"
"build/index.js",
"build/index.d.ts"
],
"typings": "build/index.d.ts",
"scripts": {
Expand Down

0 comments on commit 7a3ae29

Please sign in to comment.