ancient-ui
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "ancient-ui", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "", | ||
@@ -20,4 +20,4 @@ "license": "MIT", | ||
"deploy": "npm version patch && npm publish", | ||
"format": "prettier --write \"src/**/*.{js,ts,tsx}\" && sort-package-json", | ||
"prereleaseAlpha": "npm version prerelease --preid=alpha", | ||
"format": "prettier --write \"src/**/*.{js,ts,tsx}\" && sort-package-json", | ||
"storybook": "storybook dev -p 6006", | ||
@@ -44,2 +44,3 @@ "preversion": "npm run build" | ||
"storybook": "7.6.5", | ||
"tsc-hooks": "^1.1.2", | ||
"typescript": "^5.3.3" | ||
@@ -46,0 +47,0 @@ }, |
@@ -0,0 +0,0 @@ export const aileronFonts: LocalFont[] = [ |
{ | ||
"include": ["src"] /* Include only the src directory */, | ||
"include": [ | ||
"src/**/*.tsx", | ||
"src/**/*.ts", | ||
"src/**/*.css" | ||
] /* Include only the src directory */, | ||
"compilerOptions": { | ||
@@ -14,3 +18,5 @@ "jsx": "react", | ||
"skipLibCheck": true /* Skip type checking all .d.ts files. */ | ||
} | ||
}, | ||
"hooks": ["copy-files"] // hooks is a new property you can add to tsconfig to add custom hooks | ||
} |
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
4072218
66
12057
19