change h5 to web

This commit is contained in:
pengfei.zhou 2019-12-31 18:31:47 +08:00 committed by osborn
parent 1b0695d317
commit 08654fb1fe
38 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{
"name": "doric-h5",
"name": "doric-web",
"version": "0.1.0",
"description": "Doric library for html",
"description": "Doric library for Web",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
@ -9,14 +9,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/doric-pub/doric-h5.git"
"url": "git+https://github.com/doric-pub/doric.git"
},
"author": "pengfeizhou",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/doric-pub/doric-h5/issues"
"url": "https://github.com/doric-pub/doric/issues"
},
"homepage": "https://github.com/doric-pub/doric-h5#readme",
"homepage": "https://github.com/doric-pub/doric#readme",
"dependencies": {
"axios": "^0.19.0",
"doric": "file:../doric-js",
@ -26,4 +26,4 @@
"@rollup/plugin-node-resolve": "^6.0.0",
"typescript": "^3.7.4"
}
}
}