Skip to content

Commit

Permalink
Added a typings entry
Browse files Browse the repository at this point in the history
  • Loading branch information
calebsander committed Sep 6, 2017
1 parent c6e4cbf commit 1888cae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "structure-bytes",
"version": "16.0.0",
"version": "16.0.1",
"description": "A library for more efficient data transfers by separating the structure from the values and storing each as binary data",
"main": "dist/index.js",
"typings": "dist/index",
"dependencies": {
"accepts": "^1.3.3",
"base64-js": "^1.2.0"
Expand Down

0 comments on commit 1888cae

Please sign in to comment.