Skip to content

Commit

Permalink
Merge pull request #45 from charandas/set-version-in-pjson
Browse files Browse the repository at this point in the history
Set version in pjson
  • Loading branch information
thorst authored Mar 28, 2017
2 parents 785669a + a5595d4 commit 22eb222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-idletimer",
"main": "dist/idle-timer.js",
"version": "0.0.0-ignored",
"version": "1.1.0",
"engines": {
"node": ">= 0.6.0"
},
Expand All @@ -17,7 +17,7 @@
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-uglify": "0.4.0",
"grunt-contrib-watch": "0.6.0",
"grunt-coveralls": "0.3.0",
"grunt-coveralls": "0.3.0",
"grunt-qunit-istanbul": "^0.4.0",
"grunt": "0.4.2"
},
Expand Down

0 comments on commit 22eb222

Please sign in to comment.