Skip to content

Commit eb55e8f

Browse files
author
Victor Trusov
committed
Added types parameter in package.json
1 parent 3674ab9 commit eb55e8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.2.1",
44
"description": "Custom react router switch that allows you to load data before switching the screen",
55
"main": "dist/index.js",
6+
"types": "index.d.ts",
67
"scripts": {
78
"test": "echo \"Error: no test specified\" && exit 1",
89
"prepublish": "cross-env NODE_ENV=production babel ./src --out-dir ./dist -s inline",

0 commit comments

Comments
 (0)