@gmana/core
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -5,2 +5,3 @@ import * as React from 'react'; | ||
children: React.ReactNode; | ||
className?: string; | ||
} | ||
@@ -7,0 +8,0 @@ declare function Button(props: ButtonProps): JSX.Element; |
@@ -32,2 +32,3 @@ "use strict"; | ||
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", { | ||
className: props.className, | ||
children: props.children | ||
@@ -34,0 +35,0 @@ }); |
{ | ||
"name": "@gmana/core", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "./dist/index.js", | ||
@@ -13,3 +13,5 @@ "module": "./dist/index.mjs", | ||
"devDependencies": { | ||
"@gmana/tsconfig": "0.0.2", | ||
"eslint": "^7.32.0", | ||
"eslint-config-gmana": "0.0.2", | ||
"@types/react": "^18.2.0", | ||
@@ -19,5 +21,3 @@ "@types/react-dom": "^18.2.0", | ||
"tsup": "^5.10.1", | ||
"typescript": "^4.5.3", | ||
"@gmana/tsconfig": "0.0.1", | ||
"eslint-config-gmana": "0.0.1" | ||
"typescript": "^4.5.3" | ||
}, | ||
@@ -24,0 +24,0 @@ "publishConfig": { |
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
2643
4
61