Skip to content

Commit

Permalink
tidy up shipped package (#16)
Browse files Browse the repository at this point in the history
* tidy up shipped package

* include tests in shipped package
  • Loading branch information
osher authored May 7, 2020
1 parent 6847c82 commit 8153322
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"version": "2.0.3",
"description": "Uber-fast unique id generation, for Node.js and the browser",
"main": "hyperid",
"files": [
"hyperid.js",
"index.d.ts",
"test"
],
"scripts": {
"typescript": "tsc --project ./test/tsconfig.json",
"test": "standard && tape test/test.js test/uniqueness.js | tap-dot && npm run typescript"
Expand Down

0 comments on commit 8153322

Please sign in to comment.