Skip to content

Commit

Permalink
Use a .gitignore file instead of the files field in package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueimp committed Feb 15, 2012
1 parent ea80aec commit 4e2f47d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
.DS_Store
node_modules
11 changes: 1 addition & 10 deletions package.json
Expand Up @@ -52,14 +52,5 @@
"blueimp-tmpl": ">=1.0.2",
"blueimp-load-image": ">=1.1.4",
"blueimp-canvas-to-blob": ">=1.0.1"
},
"files": [
"js/jquery.iframe-transport.js",
"js/jquery.fileupload.js",
"js/jquery.fileupload-ip.js",
"js/jquery.fileupload-ui.js",
"css/jquery.fileupload-ui.css",
"img/progressbar.gif",
"img/loading.gif"
]
}
}

0 comments on commit 4e2f47d

Please sign in to comment.