Skip to content

Commit eaff351

Browse files
committed
added a lib folder
1 parent 341ca84 commit eaff351

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "animate-css-styled-components",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"description": "port of animate.css for styled-components",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -33,5 +33,8 @@
3333
"babel-preset-react": "^6.24.1",
3434
"react": "^15.5.4",
3535
"react-dom": "^15.5.4"
36-
}
36+
},
37+
"files": [
38+
"lib/"
39+
]
3740
}

0 commit comments

Comments
 (0)