forgo-state
Advanced tools
Comparing version 1.0.29 to 1.0.30
{ | ||
"name": "forgo-state", | ||
"version": "1.0.29", | ||
"version": "1.0.30", | ||
"type": "module", | ||
"main": "./dist/index.js", | ||
"types": "./src/index.ts", | ||
"types": "./dist/index.d.ts", | ||
"author": "Jeswin Kumar<jeswinpk@agilehead.com>", | ||
@@ -13,3 +13,3 @@ "repository": { | ||
"dependencies": { | ||
"forgo": "^2.0.3" | ||
"forgo": "^2.0.5" | ||
}, | ||
@@ -16,0 +16,0 @@ "devDependencies": { |
@@ -13,6 +13,7 @@ { | ||
"jsx": "react", | ||
"jsxFactory": "forgo.h", | ||
"jsxFragmentFactory": "forgo.Fragment" | ||
"jsxFactory": "forgo.createElement", | ||
"jsxFragmentFactory": "forgo.Fragment", | ||
"declaration": true | ||
}, | ||
"include": ["./src/**/*"] | ||
} |
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
22295
8
350
Updatedforgo@^2.0.5