Skip to content

Commit

Permalink
fix: Typing module location and invalid export (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandiny committed Feb 16, 2021
1 parent e5c602b commit c33b931
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
File renamed without changes.
3 changes: 0 additions & 3 deletions typings/index.d.ts → index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

import 'react'

export * from './server'
export * from './css'

declare module 'react' {
interface StyleHTMLAttributes<T> extends HTMLAttributes<T> {
jsx?: boolean
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"webpack.js",
"license.md"
],
"typings": "./typings/index.d.ts",
"typings": "./index.d.ts",
"scripts": {
"build": "babel src --out-dir dist",
"test": "ava",
Expand Down
File renamed without changes.

0 comments on commit c33b931

Please sign in to comment.