shortid-dist
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "shortid-dist", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "CDN friendly build of shortid", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,3 +12,3 @@ # shortid-dist | ||
<script src="https://unpkg.com/shortid-dist@1.0.1/dist/shortid-2.2.8.min.js"></script> | ||
<script src="https://unpkg.com/shortid-dist@1.0.2/dist/shortid-2.2.8.min.js"></script> | ||
@@ -19,3 +19,3 @@ 3 KB | ||
<script src="https://unpkg.com/shortid-dist@1.0.1/dist/shortid-2.2.8.js"></script> | ||
<script src="https://unpkg.com/shortid-dist@1.0.2/dist/shortid-2.2.8.js"></script> | ||
@@ -34,3 +34,3 @@ 31 KB | ||
The **docs/index.html** file can be opened directly in a browser (`file://` URL). | ||
The **index.html** file in the project root can be opened directly in a browser (`file://` URL). | ||
@@ -48,3 +48,3 @@ The CWD of the `npm` commands is assumed to be the project root folder. | ||
Bundle shortid with webpack (minified and unminified) and generate **docs**: | ||
Bundle shortid with webpack (minified and unminified) and generate **index.html** in the project root: | ||
@@ -51,0 +51,0 @@ npm run build |
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
41153