change h5 to web
This commit is contained in:
parent
1b0695d317
commit
08654fb1fe
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "doric-h5",
|
"name": "doric-web",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "Doric library for html",
|
"description": "Doric library for Web",
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
@ -9,14 +9,14 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/doric-pub/doric-h5.git"
|
"url": "git+https://github.com/doric-pub/doric.git"
|
||||||
},
|
},
|
||||||
"author": "pengfeizhou",
|
"author": "pengfeizhou",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"bugs": {
|
"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": {
|
"dependencies": {
|
||||||
"axios": "^0.19.0",
|
"axios": "^0.19.0",
|
||||||
"doric": "file:../doric-js",
|
"doric": "file:../doric-js",
|
||||||
@ -26,4 +26,4 @@
|
|||||||
"@rollup/plugin-node-resolve": "^6.0.0",
|
"@rollup/plugin-node-resolve": "^6.0.0",
|
||||||
"typescript": "^3.7.4"
|
"typescript": "^3.7.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user