Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
andremov committed Mar 27, 2023
1 parent d2f37d9 commit 3ab3f87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framer-motion-ticker",
"version": "1.0.15",
"version": "1.0.16",
"description": "A React component that acts like a ticker, or marquee.",
"author": "Andres Movilla <[email protected]>",
"license": "MIT",
Expand All @@ -18,8 +18,8 @@
"build": "npm run build:esm & npm run build:cjs & npm run build:types",
"build:esm": "cross-env BABEL_ENV=esm babel src --extensions .tsx -o dist/index.mjs",
"build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .tsx -o dist/index.js",
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist",
"pub": "npm run build && rimraf tsconfig.tsbuildinfo && npm publish"
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist && rimraf tsconfig.tsbuildinfo",
"pub": "npm run build && npm publish"
},
"dependencies": {
"framer-motion": "^10.9.1",
Expand Down

0 comments on commit 3ab3f87

Please sign in to comment.