Skip to content

Commit 730db04

Browse files
committed
* test -> tests
1 parent 92f3544 commit 730db04

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: node_js
22
node_js:
3-
- 0.8
43
- 0.10
54
before_script:
65
- npm install -g grunt-cli

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"description": "FileAPI — a set of javascript tools for working with files. Multiupload, drag'n'drop and chunked file upload. Images: crop, resize and auto orientation by EXIF.",
1919
"main": "dist/FileAPI.js",
2020
"scripts": {
21-
"test": "grunt test --verbose"
21+
"test": "grunt tests --verbose"
2222
},
2323
"repository": {
2424
"type": "git",

0 commit comments

Comments
 (0)