Skip to content

Commit 04bb809

Browse files
authored
Merge pull request #5 from assetcrush/types-entry-package-json
add types entry in package json
2 parents e840bad + 5c1c6ba commit 04bb809

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "@assetcrush/reactjs-sdk",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A simple reactjs library to resize image on fly",
55
"main": "dist/index.js",
6+
"types": "index.d.ts",
67
"scripts": {
78
"test": "echo \"Error: no test specified\" && exit 1",
89
"build": "babel example/src/modules/ -d ./dist --copy-files"

0 commit comments

Comments
 (0)