rename hego to doric

This commit is contained in:
pengfei.zhou
2019-07-19 10:27:09 +08:00
parent 6bcc9ffe49
commit 51c8924c2a
48 changed files with 340 additions and 424 deletions

View File

@@ -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",

View File

@@ -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: [