Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "boxible", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Typescript React component to set flexbox properties on a element", | ||
@@ -8,11 +8,11 @@ "repository": "https://github.com/nathanstitt/boxible", | ||
"license": "MIT", | ||
"typings": "dist/boxible.d.ts", | ||
"main": "dist/box.js", | ||
"module": "dist/boxible.module.js", | ||
"typings": "dist/index.d.ts", | ||
"main": "dist/index.js", | ||
"module": "dist/index.module.js", | ||
"exports": { | ||
"import": "./dist/boxible.modern.js", | ||
"require": "./dist/boxible.js" | ||
"import": "./dist/index.modern.js", | ||
"require": "./dist/index.js" | ||
}, | ||
"unpkg": "dist/boxible.umd.js", | ||
"source": "src/box.ts", | ||
"unpkg": "dist/index.umd.js", | ||
"source": "src/index.ts", | ||
"engines": { | ||
@@ -72,3 +72,4 @@ "node": ">=10" | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"src" | ||
], | ||
@@ -75,0 +76,0 @@ "dependencies": { |
@@ -5,2 +5,3 @@ ## make flexbox containers in typescript using styled-components | ||
Full docs are published at [https://nathanstitt.github.io/boxible/](https://nathanstitt.github.io/boxible/) | ||
```jsx | ||
@@ -7,0 +8,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
100449
22
1309
32
1