Skip to content

Commit de6b891

Browse files
committed
chore(package.json): update version
1 parent c9ddfdb commit de6b891

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 Close.io
3+
Copyright (c) 2018 Close.io
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

filevalidator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function(_) {
1313
// MP3 file with an ID3v2 container
1414
[0x49, 0x44, 0x33],
1515
// Other MP3 files (FF Fx and FF Ex – they may cause false-positives)
16-
// Headers got from https://www.garykessler.net/library/file_sigs.html
16+
// Headers taken from https://www.garykessler.net/library/file_sigs.html
1717
[0xFF, 0xE0], [0xFF, 0xE1], [0xFF, 0xE2], [0xFF, 0xE3], [0xFF, 0xE4],
1818
[0xFF, 0xE5], [0xFF, 0xE6], [0xFF, 0xE7], [0xFF, 0xE8], [0xFF, 0xE9],
1919
[0xFF, 0xEA], [0xFF, 0xEB], [0xFF, 0xEC], [0xFF, 0xED], [0xFF, 0xEE], [0xFF, 0xEF],

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
{
22
"name": "filevalidator",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "File signature validation in JavaScript",
55
"main": "filevalidator.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
96
"author": "Phil Freo <phil@philfreo.com> (http://philfreo.com/)",
107
"license": "MIT"
118
}

0 commit comments

Comments
 (0)