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:
1
doric-js/.gitignore
vendored
1
doric-js/.gitignore
vendored
@@ -1,5 +1,4 @@
|
||||
node_modules/
|
||||
build/
|
||||
bundle/
|
||||
demo/
|
||||
.DS_Store
|
2127
doric-js/bundle/doric-lib.js
Normal file
2127
doric-js/bundle/doric-lib.js
Normal file
File diff suppressed because it is too large
Load Diff
1499
doric-js/bundle/doric-sandbox.js
Normal file
1499
doric-js/bundle/doric-sandbox.js
Normal file
File diff suppressed because it is too large
Load Diff
3681
doric-js/bundle/doric-vm.js
Normal file
3681
doric-js/bundle/doric-vm.js
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user