change types
This commit is contained in:
parent
3d021754a2
commit
4b3a370f5f
@ -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",
|
||||||
|
Reference in New Issue
Block a user