Skip to content

Commit d161130

Browse files
author
Giedrius Grabauskas
committed
Fixed types entry file.
1 parent e5c494f commit d161130

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
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"description": "Simple JavaScript logger written in TypeScript.",
55
"main": "dist/simplr-logger.js",
6-
"types": "@typs/index.d.ts",
6+
"types": "@types/index.d.ts",
77
"scripts": {
88
"test": "tsc -p . --noEmit && npm run tslint",
99
"tslint": "tslint --project . --config ./tslint.json",

0 commit comments

Comments
 (0)