Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Crouch committed Dec 6, 2020
2 parents 20cb1c1 + 24c51b2 commit 0709a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "identify-stream",
"version": "1.0.1",
"version": "1.0.2",
"description": "Indentify the contents of a Node stream based on the presence of a file signature.",
"main": "/lib/index.js",
"main": "./lib/index.js",
"scripts": {
"test": "nyc --reporter=text --reporter=text-summary mocha",
"lint": "eslint ."
Expand Down

0 comments on commit 0709a5d

Please sign in to comment.