Feature/prepare publish (#2)

* add doric-js bundle into vcs

* android project read js bundle directly

* update iOS project config

* update version
This commit is contained in:
osborn
2019-12-23 15:29:38 +08:00
committed by GitHub
parent 6f6a3792dc
commit 25ba991893
21 changed files with 7335 additions and 40 deletions

1
doric-js/.gitignore vendored
View File

@@ -1,5 +1,4 @@
node_modules/
build/
bundle/
demo/
.DS_Store

2127
doric-js/bundle/doric-lib.js Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

3681
doric-js/bundle/doric-vm.js Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "doric",
"version": "0.1.3",
"version": "0.2.0",
"description": "The JS Framework of Doric",
"main": "bundle/doric-vm.js",
"scripts": {
@@ -28,4 +28,4 @@
"typescript": "^3.7.4",
"ws": "^7.2.1"
}
}
}