Skip to content

Commit 3a2878f

Browse files
ajsharpokonet
authored andcommitted
fix: Add version field for yarn/npm git dependency compatibility (#21)
Fixes #19
1 parent 30b668f commit 3a2878f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "attr-accept",
33
"description": "JavaScript implementation of the \"accept\" attribute for HTML5 <input type=\"file\">",
4+
"version": "0.0.0-development",
45
"main": "dist/index.js",
56
"scripts": {
67
"build": "webpack -p",

0 commit comments

Comments
 (0)