update doric-web to 0.2.3-rc1

This commit is contained in:
pengfei.zhou
2020-01-06 14:18:02 +08:00
committed by osborn
parent b1ed4f7bed
commit a0f923ecde
3 changed files with 87 additions and 23 deletions

View File

@@ -1,11 +1,12 @@
{
"name": "doric-web",
"version": "0.2.2",
"version": "0.2.3-rc1",
"description": "Doric library for Web",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p .&& rollup -c"
"build": "tsc -p .&& rollup -c",
"prepublish": "npm run build"
},
"repository": {
"type": "git",