Skip to content

Commit

Permalink
test: v0.4.1-alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsduf0503 committed May 29, 2023
1 parent a838991 commit 4d85650
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"description": "Image src based retro typography with scattering animation",
"private": false,
"files": [
"dist"
"build"
],
"main": "dist/react-scatter-graphy.umd.js",
"module": "dist/react-scatter-graphy.es.js",
"types": "dist/index.d.ts",
"main": "build/react-scatter-graphy.umd.js",
"module": "build/react-scatter-graphy.es.js",
"types": "build/index.d.ts",
"exports": {
".": {
"import": "./dist/react-scatter-graphy.es.js",
"require": "./dist/react-scatter-graphy.umd.js"
"import": "./build/react-scatter-graphy.es.js",
"require": "./build/react-scatter-graphy.umd.js"
}
},
"license": "MIT",
Expand Down

0 comments on commit 4d85650

Please sign in to comment.