@a-la/bootstrap
Advanced tools
Comparing version 1.0.0 to 1.1.0
## 16 March 2020 | ||
### [1.1.0](https://github.com/a-la/bootstrap/compare/v1.0.0...v1.1.0) | ||
- [feature] Add Preact 8 support. | ||
### [1.0.0](https://github.com/a-la/bootstrap/compare/v0.0.0-pre...v1.0.0) | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@a-la/bootstrap", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Bootstrap Class Properties, Elements And Types Definitions For JSX.", | ||
@@ -14,3 +14,5 @@ "main": "src/index.js", | ||
"bootstrap": "alanode bootstrap", | ||
"types": "alanode bootstrap/types", | ||
"react": "alanode dev/react", | ||
"preact": "alanode dev/preact", | ||
"types": "yarn-s react preact", | ||
"wiki": "doc wiki -W wiki.git -d", | ||
@@ -29,2 +31,3 @@ "test-compile": "yarn test -e test-compile", | ||
"bootstrap", | ||
"preact", | ||
"types/index.d.ts" | ||
@@ -31,0 +34,0 @@ ], |
@@ -36,2 +36,4 @@ # @a-la/bootstrap | ||
import '@a-la/bootstrap' | ||
// or when using Preact 8: | ||
import '@a-la/bootstrap/preact' | ||
@@ -38,0 +40,0 @@ export const Component = |
Sorry, the diff of this file is too big to display
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
1083308
14
39390
85
1