From 6068681e1dcb01f75e933d392d326a721ad8e59d Mon Sep 17 00:00:00 2001 From: Sunghoon Choi Date: Mon, 30 Jan 2017 10:21:14 -0800 Subject: [PATCH] Change typings to types --- examples/modules/hello-world/script/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/modules/hello-world/script/package.json b/examples/modules/hello-world/script/package.json index 4c9c88d..8ad66bb 100644 --- a/examples/modules/hello-world/script/package.json +++ b/examples/modules/hello-world/script/package.json @@ -4,5 +4,5 @@ "author": "napav", "description": "Example of a simple napa module.", "main": "./lib/hello-world.js", - "types": "./typings/hello-world.d.ts" + "types": "./types/hello-world.d.ts" }