Skip to content

Commit 09bd7cd

Browse files
committed
Updated dependencies and added test command.
1 parent adf8b4a commit 09bd7cd

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,21 @@
88
"url": "git://github.com/felixge/node-form-data.git"
99
},
1010
"main": "./lib/form_data",
11+
"scripts": {
12+
"test": "node test/run.js"
13+
},
1114
"engines": {
1215
"node": "*"
1316
},
1417
"dependencies": {
1518
"combined-stream": "~0.0.4",
1619
"mime": "~1.2.2",
17-
"async": "~0.1.9"
20+
"async": "~0.2.7"
1821
},
1922
"devDependencies": {
20-
"fake": "0.2.1",
21-
"far": "0.0.1",
23+
"fake": "~0.2.1",
24+
"far": "~0.0.7",
2225
"formidable": "~1.0.13",
23-
"request": "~2.9.203"
26+
"request": "~2.16.6"
2427
}
2528
}

travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
language: node_js
2+
node_js:
3+
- 0.6
4+
- 0.8

0 commit comments

Comments
 (0)