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",