Skip to content

Commit c686bb3

Browse files
committed
Add types.d.ts to files
1 parent ecab962 commit c686bb3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<a href="https://codeclimate.com/github/rootstrap/react-native-use-styles/maintainability"><img src="https://api.codeclimate.com/v1/badges/6c949fe1a4afe72b3eeb/maintainability" /></a>
77
<a href="https://codeclimate.com/github/rootstrap/react-native-use-styles/test_coverage"><img src="https://api.codeclimate.com/v1/badges/6c949fe1a4afe72b3eeb/test_coverage" /></a>
88
<img src="https://img.shields.io/github/license/Naereen/StrapDown.js.svg" />
9-
<p>
9+
</p>
1010

1111
#### A classy approach
1212

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-use-styles",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "React Native useStyles",
55
"main": "index.js",
66
"module": "src/index.js",
@@ -10,7 +10,8 @@
1010
"README.md",
1111
"LICENSE.md",
1212
"USER_GUIDE.md",
13-
"index.js"
13+
"index.js",
14+
"types.d.ts"
1415
],
1516
"scripts": {
1617
"test": "jest --verbose",

0 commit comments

Comments
 (0)