Comparing version
{ | ||
"name": "big-uuid", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "An RFC 4112 conformant UUID generator creating v1, v3, v4, and v5 UUIDs.", | ||
@@ -5,0 +5,0 @@ "main": "dist/node.es6/index.js", |
@@ -16,3 +16,3 @@ [](https://travis-ci.org/furkleindustries/big-uuid) | ||
`const uuid = require('big-uuid'); | ||
```const uuid = require('big-uuid'); | ||
@@ -41,4 +41,5 @@ const v4 = new uuid.UUID(); | ||
name: 'test', | ||
});` | ||
}); | ||
``` | ||
In the browser, build the package (with `npm run build`) or install the package from npm and navigate to `node_modules/big-uuid`, then copy the `dist/browser/index.js` file and point the src of a script block to that file. |
274796
043
2.38%