Skip to content

Commit 6e502a7

Browse files
committed
Lock dependency versions and fix compare_size task.
1 parent d5964e4 commit 6e502a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ grunt.initConfig({
5757
},
5858

5959
compare_size: {
60-
files: [ "dist/jquery.simulate.js" ]
60+
files: [ "dist/jquery.simulate.js", "dist/jquery.simulate.min.js" ]
6161
}
6262
});
6363

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"dependencies": {},
3030
"devDependencies": {
3131
"grunt": "~0.3.17",
32-
"grunt-compare-size": ">=0.1.4",
33-
"grunt-git-authors": ">=1.0.0",
34-
"grunt-update-submodules": ">=0.1.2",
32+
"grunt-compare-size": "0.1.4",
33+
"grunt-git-authors": "1.0.0",
34+
"grunt-update-submodules": "0.1.2",
3535
"testswarm": "0.2.2"
3636
},
3737
"keywords": [ "simulate", "events", "keyboard", "mouse", "jquery" ]

0 commit comments

Comments
 (0)