FIX incorrect ref to types of app/react

This commit is contained in:
Norbert de Langen 2019-07-09 10:22:30 +02:00
parent 741e69584e
commit 1f8164d59f

View File

@ -16,7 +16,7 @@
},
"license": "MIT",
"main": "dist/client/index.js",
"types": "dist/public_api.d.ts",
"types": "dist/client/index.d.ts",
"bin": {
"build-storybook": "./bin/build.js",
"start-storybook": "./bin/index.js",