Skip to content

Commit 797c131

Browse files
committedDec 31, 2021
feat(network): change all files extension to ts/tsx
1 parent e3a4b7b commit 797c131

19 files changed

+4
-18
lines changed
 
File renamed without changes.

‎packages/network/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@
2323
],
2424
"main": "./dist/nivo-network.cjs.js",
2525
"module": "./dist/nivo-network.es.js",
26+
"typings": "./dist/types/index.d.ts",
2627
"files": [
2728
"README.md",
2829
"LICENSE.md",
29-
"index.d.ts",
30-
"dist/"
30+
"dist/",
31+
"!dist/tsconfig.tsbuildinfo"
3132
],
3233
"dependencies": {
3334
"@nivo/colors": "0.76.0",

‎packages/network/src/AnimatedLinks.js ‎packages/network/src/AnimatedLinks.tsx

-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/*
2-
* This file is part of the nivo project.
3-
*
4-
* Copyright 2016-present, Raphaël Benitte.
5-
*
6-
* For the full copyright and license information, please view the LICENSE
7-
* file that was distributed with this source code.
8-
*/
91
import { memo } from 'react'
102
import PropTypes from 'prop-types'
113
import { TransitionMotion, spring } from 'react-motion'

‎packages/network/src/AnimatedNodes.js ‎packages/network/src/AnimatedNodes.tsx

-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/*
2-
* This file is part of the nivo project.
3-
*
4-
* Copyright 2016-present, Raphaël Benitte.
5-
*
6-
* For the full copyright and license information, please view the LICENSE
7-
* file that was distributed with this source code.
8-
*/
91
import { memo } from 'react'
102
import PropTypes from 'prop-types'
113
import { TransitionMotion, spring } from 'react-motion'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎tsconfig.monorepo.json

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
{ "path": "./packages/circle-packing" },
2828
{ "path": "./packages/funnel" },
2929
{ "path": "./packages/marimekko" },
30+
{ "path": "./packages/network" },
3031
{ "path": "./packages/pie" },
3132
{ "path": "./packages/radar" },
3233
{ "path": "./packages/radial-bar" },

0 commit comments

Comments
 (0)