Skip to content

Commit 5e02696

Browse files
committed
2.0.0
1 parent 7fa68e0 commit 5e02696

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-text-loop",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "Create an animated loop of a list of text for your headings",
55
"main": "./lib/index.js",
66
"module": "es/index.js",
@@ -21,7 +21,12 @@
2121
"type": "git",
2222
"url": "git+https://github.com/braposo/react-text-loop.git"
2323
},
24-
"files": ["es", "dist", "lib", "src"],
24+
"files": [
25+
"es",
26+
"dist",
27+
"lib",
28+
"src"
29+
],
2530
"keywords": [
2631
"react",
2732
"component",

0 commit comments

Comments
 (0)