Skip to content

Commit

Permalink
Fixed types entry file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Giedrius Grabauskas committed Nov 10, 2017
1 parent e5c494f commit d161130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"description": "Simple JavaScript logger written in TypeScript.",
"main": "dist/simplr-logger.js",
"types": "@typs/index.d.ts",
"types": "@types/index.d.ts",
"scripts": {
"test": "tsc -p . --noEmit && npm run tslint",
"tslint": "tslint --project . --config ./tslint.json",
Expand Down

0 comments on commit d161130

Please sign in to comment.