File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 4
4
after_success :
5
5
- coveralls < coverage/lcov.info
6
6
- npm run-s build
7
- - pwd
8
- - ls
9
- - ls dist
10
7
- test $TRAVIS_BRANCH = "main" && cd example && npm install &&
11
8
npm run build && cd ..
12
9
deploy :
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.0.4] - 2020-12-11
4
+
5
+ ### Fixed
6
+
7
+ - revert to ` package.json ` files
8
+
3
9
## [ 1.0.3] - 2020-12-11
4
10
5
11
### Fixed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ginkgo-bioworks/react-json-schema-form-builder" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " React JSON Schema Form Editor" ,
5
5
"author" : {
6
6
"name" : " Nathan Alam" ,
32
32
"peerDependencies" : {
33
33
"react" : " ^16.x || ^17.x"
34
34
},
35
+ "files" : [
36
+ " /dist" ,
37
+ " README.md" ,
38
+ " CHANGELOG.md" ,
39
+ " LICENSE"
40
+ ],
35
41
"devDependencies" : {
36
42
"@rjsf/core" : " ^2.3.0" ,
37
43
"@typescript-eslint/eslint-plugin" : " ^4.9.1" ,
You can’t perform that action at this time.
0 commit comments