rename hego to doric
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "hego-js-framework",
|
||||
"name": "doric-js-framework",
|
||||
"version": "0.1.0",
|
||||
"description": "The JS Framework of Hego",
|
||||
"description": "The JS Framework of Doric",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
@@ -11,14 +11,14 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "https",
|
||||
"url": "https://github.com/penfeizhou/hego.git"
|
||||
"url": "https://github.com/penfeizhou/doric.git"
|
||||
},
|
||||
"author": "pengfeizhou",
|
||||
"license": "Apache-2.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/penfeizhou/hego/issues"
|
||||
"url": "https://github.com/penfeizhou/doric/issues"
|
||||
},
|
||||
"homepage": "https://github.com/penfeizhou/hego#readme",
|
||||
"homepage": "https://github.com/penfeizhou/doric#readme",
|
||||
"dependencies": {
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"rollup": "^1.17.0",
|
||||
|
@@ -7,9 +7,9 @@ export default [
|
||||
{
|
||||
input: "build/index.runtime.js",
|
||||
output: {
|
||||
name: "hego",
|
||||
name: "doric",
|
||||
format: "iife",
|
||||
file: "bundle/hego-sandbox.js",
|
||||
file: "bundle/doric-sandbox.js",
|
||||
},
|
||||
sourceMap: true,
|
||||
plugins: [
|
||||
@@ -21,7 +21,7 @@ export default [
|
||||
input: "build/index.js",
|
||||
output: {
|
||||
format: "cjs",
|
||||
file: "bundle/hego-lib.js",
|
||||
file: "bundle/doric-lib.js",
|
||||
},
|
||||
sourceMap: true,
|
||||
plugins: [
|
||||
|
Reference in New Issue
Block a user