From 4b3a370f5f9cc9f6d86ac1f906b037024a82f73e Mon Sep 17 00:00:00 2001 From: "pengfei.zhou" Date: Fri, 3 Jan 2020 15:34:17 +0800 Subject: [PATCH] change types --- doric-js/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doric-js/package.json b/doric-js/package.json index a2f62b50..311e5411 100644 --- a/doric-js/package.json +++ b/doric-js/package.json @@ -1,9 +1,9 @@ { "name": "doric", - "version": "0.2.2-alpha.1", + "version": "0.2.2-alpha.2", "description": "The JS Framework of Doric", "main": "bundle/doric-vm.js", - "types": "./lib/index.d.ts", + "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc -d -p .&& rollup -c",