Skip to content

Commit

Permalink
build: test
Browse files Browse the repository at this point in the history
  • Loading branch information
doerme committed Oct 11, 2024
1 parent d0aca5d commit 1bbc127
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
11 changes: 0 additions & 11 deletions demos/react16_18/package.json

This file was deleted.

7 changes: 3 additions & 4 deletions demos/react16_18/react-16-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"scripts": {
"dev": "emp dev",
"build": "emp build",
"start": "emp serve",
"stat": "emp build --analyze",
"emp": "emp"
},
"keywords": ["emp", "emp share runtime", "react", "react-dom", "multi react version"],
"author": "",
"license": "ISC",
"dependencies": {
"@empjs/share": "3.1.13",
"mobx": "^6.12.3",
Expand Down
3 changes: 2 additions & 1 deletion demos/react18/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"dev": "emp dev",
"build": "emp build",
"start": "emp serve",
"stat": "emp build --analyze"
"stat": "emp build --analyze",
"emp": "emp"
},
"dependencies": {
"@empjs/share": "3.1.13",
Expand Down

0 comments on commit 1bbc127

Please sign in to comment.