File tree Expand file tree Collapse file tree 3 files changed +25
-6
lines changed Expand file tree Collapse file tree 3 files changed +25
-6
lines changed Original file line number Diff line number Diff line change
1
+ docs
2
+ example
3
+ src
4
+ .eslintignore
5
+ .eslintrc
6
+ .flowconfig
7
+ .gitignore
8
+ .prettierrc
9
+ .readthedocs.yml
10
+ .requirements.docs.txt
11
+ .travis.yml
12
+ mkdocs.yml
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.0.2] - 2020-12-11
4
+
5
+ ### Fixed
6
+
7
+ - switch to ` .npmignore `
8
+
9
+ ## [ 1.0.1] - 2020-12-11
10
+
11
+ ### Fixed
12
+
13
+ - changed package 'files' field
14
+
3
15
## [ 1.0.0] - 2020-12-11
4
16
5
17
### Added
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.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " React JSON Schema Form Editor" ,
5
5
"author" : {
6
6
"name" : " Nathan Alam" ,
68
68
"react-json-editor-ajrm" : " ^2.5.13" ,
69
69
"react-scripts" : " ^3.4.1"
70
70
},
71
- "files" : [
72
- " dist/**" ,
73
- " README.md" ,
74
- " LICENSE"
75
- ],
76
71
"dependencies" : {
77
72
"classnames" : " ^2.2.6" ,
78
73
"react-beautiful-dnd" : " ^13.0.0" ,
You can’t perform that action at this time.
0 commit comments