Skip to content

Commit 2e033e0

Browse files
committed
Added .npmignore, bumped version.
1 parent de8f441 commit 2e033e0

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.npmignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
*.un~
2+
*.iml
3+
*.sublime-*
4+
/node_modules/
5+
/test/
6+
/.idea
7+
/.npmignore
8+
/.travis.yml
9+
/Makefile
10+
/sftp-config.json

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Felix Geisendörfer <[email protected]> (http://debuggable.com/)",
33
"name": "form-data",
44
"description": "A module to create readable `\"multipart/form-data\"` streams. Can be used to submit forms and file uploads to other web applications.",
5-
"version": "0.0.8",
5+
"version": "0.0.9",
66
"repository": {
77
"type": "git",
88
"url": "git://github.com/felixge/node-form-data.git"

0 commit comments

Comments
 (0)