Skip to content

Commit 609a063

Browse files
committed
Updated and added meta files
1 parent 6882037 commit 609a063

File tree

5 files changed

+19
-12
lines changed

5 files changed

+19
-12
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ lib-cov
55
*.dat
66
*.out
77
*.pid
8-
*.gz
98

109
.idea/
1110
.grunt/

.travis.yml

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

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jQuery-runner",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"main": "dist/jquery.runner.js",
55
"repository": {
66
"type": "git",

package.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "jquery.runner",
33
"title": "jQuery-runner",
4-
"version": "2.2.0",
4+
"version": "2.3.0",
55
"description": "A simple runner/stopwatch jQuery plugin for counting time up and down.",
66
"homepage": "https://github.com/jylauril/jquery-runner",
77
"main": "build/jquery.runner.js",
88
"scripts": {
9-
"build": "grunt release"
9+
"build": "grunt release",
10+
"test": "grunt test"
1011
},
1112
"repository": {
1213
"type": "git",
@@ -55,12 +56,14 @@
5556
],
5657
"license": "MIT",
5758
"devDependencies": {
58-
"grunt": ">=0.4.0",
59-
"grunt-contrib-uglify": ">=0.1.2",
60-
"grunt-contrib-concat": ">=0.1.3",
61-
"grunt-contrib-clean": ">=0.4.0",
62-
"grunt-contrib-copy": ">=0.4.0",
63-
"grunt-contrib-coffee": ">=0.6.0",
64-
"grunt-contrib-jasmine": ">=0.4.2"
59+
"grunt": "~0.4.1",
60+
"grunt-contrib-clean": "~0.4.1",
61+
"grunt-contrib-coffee": "~0.7.0",
62+
"grunt-contrib-compress": "~0.5.2",
63+
"grunt-contrib-concat": "~0.3.0",
64+
"grunt-contrib-copy": "~0.4.1",
65+
"grunt-contrib-jasmine": "~0.5.1",
66+
"grunt-contrib-uglify": "~0.2.2",
67+
"matchdep": "~0.1.2"
6568
}
6669
}

runner.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "runner",
33
"title": "jQuery-runner",
4-
"version": "2.2.0",
4+
"version": "2.3.0",
55
"description": "A simple runner/stopwatch jQuery plugin for counting time up and down.",
66
"homepage": "https://github.com/jylauril/jquery-runner",
77
"docs": "https://github.com/jylauril/jquery-runner",

0 commit comments

Comments
 (0)