Skip to content

Commit bf1ebb1

Browse files
committed
Fixes for npm
1 parent bfa2899 commit bf1ebb1

File tree

2 files changed

+16
-20
lines changed

2 files changed

+16
-20
lines changed

.DS_Store

6 KB
Binary file not shown.

package.json

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
11
{
2-
"name": "jquery-touch-events",
3-
"version": "2.0.0",
4-
"description": "Polyfill to remove click delays on browsers with touch UIs.",
5-
"maintainers": [{
6-
"name": "Ben Major",
7-
"email": "[email protected]"
8-
}],
9-
"author": {
10-
"name": "Ben Major",
11-
"email": "[email protected]"
12-
},
2+
"name": "@benmajor/jquery-touch-events",
3+
"version": "2.0.1",
4+
"description": "Polyfill to remove click delays and unify pointer device events.",
135
"main": "src/jquery.mobile-events.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
149
"repository": {
1510
"type": "git",
16-
"url": "git://github.com/benmajor/jQuery-Touch-Events.git"
11+
"url": "git+https://github.com/benmajor/jQuery-Touch-Events.git"
1712
},
1813
"keywords": [
19-
"jquery-touch-events",
20-
"jquery-mobile",
21-
"mobile",
22-
"touch"
14+
"jquery",
15+
"touch-events",
16+
"touch-device"
2317
],
24-
"licenses": [{
25-
"type": "MIT",
26-
"url": "http://opensource.org/licenses/MIT"
27-
} ]
18+
"author": "Ben Major",
19+
"license": "MIT",
20+
"bugs": {
21+
"url": "https://github.com/benmajor/jQuery-Touch-Events/issues"
22+
},
23+
"homepage": "https://github.com/benmajor/jQuery-Touch-Events#readme"
2824
}

0 commit comments

Comments
 (0)