Skip to content

Commit 8b5194f

Browse files
authored
Merge pull request #127 from rarescrisan/master
Add types to package.json
2 parents 26f4b49 + 8179541 commit 8b5194f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "3.0.0",
44
"description": "Convert CSS text to a React Native stylesheet object",
55
"main": "index.js",
6+
"types": "index.d.ts",
67
"scripts": {
78
"build": "rollup ./src/index.js -o index.js --f cjs && babel index.js -o index.js",
89
"test": "jest",

0 commit comments

Comments
 (0)