Skip to content

Commit

Permalink
feat(network): change all files extension to ts/tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
plouc committed Dec 31, 2021
1 parent e3a4b7b commit 797c131
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 18 deletions.
File renamed without changes.
5 changes: 3 additions & 2 deletions packages/network/package.json
Expand Up @@ -23,11 +23,12 @@
],
"main": "./dist/nivo-network.cjs.js",
"module": "./dist/nivo-network.es.js",
"typings": "./dist/types/index.d.ts",
"files": [
"README.md",
"LICENSE.md",
"index.d.ts",
"dist/"
"dist/",
"!dist/tsconfig.tsbuildinfo"
],
"dependencies": {
"@nivo/colors": "0.76.0",
Expand Down
@@ -1,11 +1,3 @@
/*
* This file is part of the nivo project.
*
* Copyright 2016-present, Raphaël Benitte.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
import { memo } from 'react'
import PropTypes from 'prop-types'
import { TransitionMotion, spring } from 'react-motion'
Expand Down
@@ -1,11 +1,3 @@
/*
* This file is part of the nivo project.
*
* Copyright 2016-present, Raphaël Benitte.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
import { memo } from 'react'
import PropTypes from 'prop-types'
import { TransitionMotion, spring } from 'react-motion'
Expand Down
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions tsconfig.monorepo.json
Expand Up @@ -27,6 +27,7 @@
{ "path": "./packages/circle-packing" },
{ "path": "./packages/funnel" },
{ "path": "./packages/marimekko" },
{ "path": "./packages/network" },
{ "path": "./packages/pie" },
{ "path": "./packages/radar" },
{ "path": "./packages/radial-bar" },
Expand Down

0 comments on commit 797c131

Please sign in to comment.