change types

This commit is contained in:
pengfei.zhou 2020-01-03 15:34:17 +08:00 committed by osborn
parent 3d021754a2
commit 4b3a370f5f

View File

@ -1,9 +1,9 @@
{ {
"name": "doric", "name": "doric",
"version": "0.2.2-alpha.1", "version": "0.2.2-alpha.2",
"description": "The JS Framework of Doric", "description": "The JS Framework of Doric",
"main": "bundle/doric-vm.js", "main": "bundle/doric-vm.js",
"types": "./lib/index.d.ts", "types": "index.d.ts",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -d -p .&& rollup -c", "build": "tsc -d -p .&& rollup -c",