framer-motion-ticker
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -1,1 +0,7 @@ | ||
export { Ticker as default } from './ticker'; | ||
import React from 'react'; | ||
type TickerProps = { | ||
children: JSX.Element[]; | ||
duration?: number; | ||
}; | ||
declare const Ticker: React.FunctionComponent<TickerProps>; | ||
export default Ticker; |
"use strict"; | ||
exports.__esModule = true; | ||
exports.Ticker = void 0; | ||
exports["default"] = void 0; | ||
var _react = _interopRequireDefault(require("react")); | ||
@@ -77,2 +77,3 @@ var _framerMotion = require("framer-motion"); | ||
}; | ||
exports.Ticker = Ticker; | ||
var _default = Ticker; | ||
exports["default"] = _default; |
{ | ||
"name": "framer-motion-ticker", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "A React component that acts like a ticker, or marquee.", | ||
@@ -18,3 +18,3 @@ "author": "Andres Movilla <amovilla1103@gmail.com>", | ||
"start": "nodemon --watch . --exec npm run build -e ts,tsx", | ||
"build": "npm run build:esm & npm run build:cjs & npm run build:types", | ||
"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", | ||
@@ -21,0 +21,0 @@ "build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .tsx -o dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9999
6