Skip to content

Commit 77143e6

Browse files
committed
v1.2.1
1 parent 626682d commit 77143e6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use-hoverintent",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "React hook for hoverIntent",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -16,15 +16,15 @@
1616
"license": "MIT",
1717
"devDependencies": {
1818
"@babel/cli": "^7.12.1",
19+
"@babel/core": "^7.12.3",
20+
"@babel/preset-env": "^7.12.1",
21+
"@babel/preset-react": "^7.12.1",
22+
"@babel/preset-typescript": "^7.12.1",
1923
"@types/react": "^16.9.35",
2024
"copyfiles": "^2.4.0",
2125
"react": "^16.13.1",
2226
"rimraf": "^3.0.2",
23-
"typescript": "^4.1.2",
24-
"@babel/core": "^7.12.3",
25-
"@babel/preset-env": "^7.12.1",
26-
"@babel/preset-react": "^7.12.1",
27-
"@babel/preset-typescript": "^7.12.1"
27+
"typescript": "^4.1.2"
2828
},
2929
"repository": "https://github.com/llldar/react-use-hoverintent",
3030
"peerDependencies": {
@@ -36,4 +36,4 @@
3636
"scripts": {
3737
"build": "rimraf dist && tsc --emitDeclarationOnly && babel src --out-dir dist --extensions .ts,.tsx && copyfiles package.json LICENSE.md README.md ./dist"
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)