Skip to content

Commit

Permalink
added release script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
davetayls committed Aug 23, 2017
1 parent 91b0077 commit 4d937be
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
"name": "jquery.kinetic",
"version": "2.2.1",
"description": "adds smooth drag scrolling with gradual deceleration to containers",
"homepage": "http://the-taylors.org/jquery.kinetic",
"homepage": "https://davetayls.me/jquery.kinetic",
"author": {
"name": "Dave Taylor"
"name": "Dave Taylor (https://davetayls.me)"
},
"scripts": {
"test": "grunt --verbose",
"release": "grunt release"
},
"main": "jquery.kinetic.js",
"license": "MIT",
Expand All @@ -20,8 +24,5 @@
"grunt-contrib-qunit": "0.7.x",
"grunt-contrib-uglify": "0.5.x",
"grunt-contrib-watch": "0.6.x"
},
"scripts": {
"test": "grunt --verbose"
}
}

0 comments on commit 4d937be

Please sign in to comment.