Skip to content

Commit 143dbf1

Browse files
committed
Update description
1 parent 9b0f46a commit 143dbf1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bower.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "pressure",
3-
"description": "Pressure is a lightweight JavaScript library for both Force Touch and 3D Touch through a single API.",
3+
"version": "2.2.0",
4+
"description": "Pressure is a lightweight JavaScript library for Force Touch, 3D Touch, and Pointer Pressure through a single API.",
45
"main": "dist/pressure.min.js",
56
"homepage": "https://github.com/stuyam/pressure",
67
"license": "MIT",
@@ -32,6 +33,5 @@
3233
"bower_components",
3334
"test",
3435
"tests"
35-
],
36-
"version": "2.2.0"
36+
]
3737
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pressure",
33
"version": "2.2.0",
4-
"description": "Pressure is a lightweight JavaScript library for both Force Touch and 3D Touch through a single API.",
4+
"description": "Pressure is a lightweight JavaScript library for Force Touch, 3D Touch, and Pointer Pressure through a single API.",
55
"main": "dist/pressure.min.js",
66
"dependencies": {},
77
"devDependencies": {

0 commit comments

Comments
 (0)