@universelabs/meta
Advanced tools
Comparing version 1.1.12 to 1.1.13
{ | ||
"name": "@universelabs/meta", | ||
"version": "1.1.12", | ||
"version": "1.1.13", | ||
"description": "A blockchain enhhanced front-end framework based off Bootstrap for developing decentralized apps.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -46,2 +46,3 @@ <div align="center"> | ||
- [Status](#status) | ||
- [What's included](#whats-included) | ||
- [Documentation](#documentation) | ||
@@ -68,35 +69,16 @@ - [Maintainers](#maintainers) | ||
[![devDependencies Status](https://img.shields.io/david/dev/universelabs/meta.svg?label=devDependencies&colorA=%23212121)](https://david-dm.org/universelabs/meta?type=dev) | ||
[![npm version](https://img.shields.io/npm/v/@universelabs/meta.svg?colorA=%23212121)](https://www.npmjs.com/package/@universelabs/meta) | ||
[![npm version](https://img.shields.io/npm/v/@universelabs/meta.svg?colorA=%23212121&colorB=%23007BFF)](https://www.npmjs.com/package/@universelabs/meta) | ||
``` | ||
meta | ||
├── .circleci | ||
│ └── config.yml | ||
├── .gitignore | ||
├── package-lock.json | ||
## What's included | ||
Meta is currently a simple Sass file that gets compiled with [Bootstrap Theming](https://getbootstrap.com/docs/4.1/getting-started/theming/). More componentry and compatibility coming soon. | ||
```text | ||
@universelabs/meta/ | ||
├── LICENSE | ||
├── package.json | ||
├── public | ||
│ └── index.html | ||
│ └── manifest.json | ||
├── README.md | ||
└── scss | ||
└── src | ||
│ └── App.js | ||
│ └── App.test.js | ||
│ └── components | ||
| │ └── Footer.js | ||
| │ └── Header.js | ||
| │ └── Home.js | ||
| │ └── NoMatch.js | ||
| │ └── Page404.js | ||
| │ └── Typography.js | ||
│ └── css | ||
| └── App.css | ||
| └── index.css | ||
│ └── index.js | ||
│ └── scss | ||
| └── meta.scss | ||
│ └── serviceWorker.js | ||
└── static.json | ||
└── scss/ | ||
└── meta.scss | ||
``` | ||
@@ -103,0 +85,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
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
29048
117