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 44after_success :
55- coveralls < coverage/lcov.info
66- npm run-s build
7- - pwd
8- - ls
9- - ls dist
107- test $TRAVIS_BRANCH = "main" && cd example && npm install &&
118 npm run build && cd ..
129deploy :
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.0.4] - 2020-12-11
4+
5+ ### Fixed
6+
7+ - revert to ` package.json ` files
8+
39## [ 1.0.3] - 2020-12-11
410
511### Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " @ginkgo-bioworks/react-json-schema-form-builder" ,
3- "version" : " 1.0.3 " ,
3+ "version" : " 1.0.4 " ,
44 "description" : " React JSON Schema Form Editor" ,
55 "author" : {
66 "name" : " Nathan Alam" ,
3232 "peerDependencies" : {
3333 "react" : " ^16.x || ^17.x"
3434 },
35+ "files" : [
36+ " /dist" ,
37+ " README.md" ,
38+ " CHANGELOG.md" ,
39+ " LICENSE"
40+ ],
3541 "devDependencies" : {
3642 "@rjsf/core" : " ^2.3.0" ,
3743 "@typescript-eslint/eslint-plugin" : " ^4.9.1" ,
You can’t perform that action at this time.
0 commit comments