-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix: add config files and fix the build error messages
- Loading branch information
云数
committed
Dec 18, 2019
1 parent
e78e1d0
commit 2da0eda
Showing
11 changed files
with
6,089 additions
and
22,780 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
node_modules | ||
*.log | ||
build | ||
__tests__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
module.exports = require('../../scripts/jest.base') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"name": "@uform/react-schema-editor", | ||
"version": "1.0.0-beta.1", | ||
"license": "MIT", | ||
"main": "lib", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/alibaba/uform.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/alibaba/uform/issues" | ||
}, | ||
"homepage": "https://github.com/alibaba/uform#readme", | ||
"engines": { | ||
"npm": ">=3.0.0" | ||
}, | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
"build": "tsc --declaration" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^3.5.2" | ||
}, | ||
"peerDependencies": { | ||
"@babel/runtime": "^7.4.4", | ||
"@types/json-schema": "^7.0.3", | ||
"@types/react": "^16.8.23", | ||
"react": ">=16.8.0", | ||
"react-dom": ">=16.8.0", | ||
"react-eva": "^1.1.7" | ||
}, | ||
"dependencies": { | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "4d068dad6183e8da294a4c899a158326c0b0b050" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,10 @@ | |
.schema-preview-btn { | ||
float: right; | ||
} | ||
|
||
.select-component-type { | ||
margin-left: 200px; | ||
} | ||
} | ||
|
||
.splitter { | ||
|
Oops, something went wrong.