Publish version 0.2.2

This commit is contained in:
pengfei.zhou
2020-01-06 13:13:06 +08:00
committed by osborn
parent 05b5c69080
commit dac37cd899
7 changed files with 54 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "doric-web",
"version": "0.1.2",
"version": "0.2.2",
"description": "Doric library for Web",
"main": "build/index.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p .&& rollup -c"