Skip to content

Commit

Permalink
Moved index.js to src/
Browse files Browse the repository at this point in the history
  • Loading branch information
okonet committed Sep 9, 2015
1 parent a3c7773 commit 15fa295
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "attr-accept",
"version": "1.0.0",
"description": "JavaScript implementation of the \"accept\" attribute for HTML5 <input type=\"file\">",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"test": "mocha --compilers js:babel/register --recursive",
"test:watch": "npm test -- --watch",
Expand Down
File renamed without changes.

0 comments on commit 15fa295

Please sign in to comment.