Skip to content

Commit 19cf8ba

Browse files
Robin BuschmannRobin Buschmann
authored andcommitted
typings info added to package.json
1 parent 53a2826 commit 19cf8ba

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
@@ -3,7 +3,8 @@
33
"version": "1.0.1",
44
"description": "Wrapper for sequelize to annotate classes",
55
"scripts": {},
6-
"main": "dist/main.js",
6+
"main": "./dist/main.js",
7+
"types": "./dist/main.d.ts",
78
"dependencies": {
89
"@types/node": "^6.0.41",
910
"@types/reflect-metadata": "0.0.4",

0 commit comments

Comments
 (0)