Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Izumi-kun committed Feb 8, 2017
1 parent 28c46f9 commit f9873f1
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
{
"name": "jquery-longpoll-client",
"version": "0.2.0",
"version": "0.2.1",
"description": "Simple client-side longpoll implementation",
"keywords": ["jquery", "ajax", "longpoll", "comet"],
"main": "src/jquery.longpoll.js",
"scripts": {
"build": "grunt build"
},
"files": [
"src",
"dist",
"LICENSE.md"
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/Izumi-kun/jquery-longpoll-client.git"
},
"repository": "izumi-kun/jquery-longpoll-client",
"author": "Viktor Khokhryakov <viktor.khokhryakov@gmail.com>",
"license": "BSD-3-Clause",
"devDependencies": {
Expand Down

0 comments on commit f9873f1

Please sign in to comment.