shortid-dist
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "shortid-dist", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "CDN friendly build of shortid", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "npm run dist && npm run docs", | ||
"dist": "webpack -d && webpack -p", | ||
"docs": "webpack --config webpack.config.docs.js -p", | ||
"clean": "del dist docs package shortid-dist-*.tgz", | ||
"build": "webpack -d && webpack -p", | ||
"clean": "del dist index.html package shortid-dist-*.tgz", | ||
"pack": "npm pack . && tar -xzf shortid-dist-*.tgz && echo && find package -type f", | ||
@@ -37,5 +35,4 @@ "repack": "npm run clean && npm run build && npm run pack", | ||
"webpack": "^4.1.1", | ||
"webpack-cli": "^2.0.11", | ||
"webpack-merge": "^4.1.2" | ||
"webpack-cli": "^2.0.11" | ||
} | ||
} |
# shortid-dist | ||
[![npm version](https://badge.fury.io/js/shortid-dist.svg)](https://www.npmjs.com/package/shortid-dist) | ||
CDN friendly build of [shortid](https://www.npmjs.com/package/shortid). | ||
@@ -10,3 +12,3 @@ The `shortid` function is exposed as a global. | ||
<script src="https://unpkg.com/shortid-dist@1.0.0/dist/shortid-2.2.8.min.js"></script> | ||
<script src="https://unpkg.com/shortid-dist@1.0.1/dist/shortid-2.2.8.min.js"></script> | ||
@@ -17,3 +19,3 @@ 3 KB | ||
<script src="https://unpkg.com/shortid-dist@1.0.0/dist/shortid-2.2.8.js"></script> | ||
<script src="https://unpkg.com/shortid-dist@1.0.1/dist/shortid-2.2.8.js"></script> | ||
@@ -20,0 +22,0 @@ 31 KB |
5
97
41112