Comparing version 0.0.0 to 1.0.0
{ | ||
"name": "blink-two", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"lockfileVersion": 1, | ||
@@ -5,0 +5,0 @@ "requires": true, |
{ | ||
"name": "blink-two", | ||
"description": "A second attempt at the HTML Blink Element (<blink>). A non-standard element which causes the enclosed text to flash slowly.", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"scripts": { | ||
@@ -21,2 +21,7 @@ "build": "rm -rf ./dist && rollup -c", | ||
"license": "MIT", | ||
"keywords": [ | ||
"blink", | ||
"blink tag", | ||
"custom element" | ||
], | ||
"files": [ | ||
@@ -23,0 +28,0 @@ "dist/**", |
@@ -18,3 +18,3 @@ # \<blink-two\> | ||
```HTML | ||
<script src="https://unpkg.com/blink-two@0.0.0/dist/index.js"></script> | ||
<script src="https://unpkg.com/blink-two@1.0.0/dist/index.js"></script> | ||
``` | ||
@@ -25,3 +25,3 @@ | ||
```JavaScript | ||
import 'blink-two`; | ||
import 'blink-two'; | ||
``` | ||
@@ -38,1 +38,3 @@ | ||
Doing that will get you this: | ||
![Blink Two Tag Demo](https://raw.githubusercontent.com/MichaelSolati/blink-two/v1.0.0/src/assets/example.gif) |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
82457
0
37