Skip to content
This repository was archived by the owner on Jul 27, 2020. It is now read-only.

Commit 3577ef7

Browse files
committed
fix(package): correct typings path
1 parent a6d632b commit 3577ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
"yargs": "^3.31.0",
4040
"zone.js": "^0.6.12"
4141
},
42-
"typings": "dist/database.d.ts"
42+
"typings": "index.d.ts"
4343
}

0 commit comments

Comments
 (0)