Skip to content

Commit 22eb222

Browse files
authored
Merge pull request #45 from charandas/set-version-in-pjson
Set version in pjson
2 parents 785669a + a5595d4 commit 22eb222

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-idletimer",
33
"main": "dist/idle-timer.js",
4-
"version": "0.0.0-ignored",
4+
"version": "1.1.0",
55
"engines": {
66
"node": ">= 0.6.0"
77
},
@@ -17,7 +17,7 @@
1717
"grunt-contrib-concat": "0.3.0",
1818
"grunt-contrib-uglify": "0.4.0",
1919
"grunt-contrib-watch": "0.6.0",
20-
"grunt-coveralls": "0.3.0",
20+
"grunt-coveralls": "0.3.0",
2121
"grunt-qunit-istanbul": "^0.4.0",
2222
"grunt": "0.4.2"
2323
},

0 commit comments

Comments
 (0)