File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 2.1.1] ( https://github.com/native-html/table-plugin/compare/v2.1.0...v2.1.1 ) (2020-10-08)
2
+
1
3
# [ 2.1.0] ( https://github.com/native-html/table-plugin/compare/v2.0.1...v2.1.0 ) (2020-10-03)
2
4
3
5
Original file line number Diff line number Diff line change 12
12
13
13
# Types must be bundled with api-extractor, not included in the repo
14
14
/types
15
+
16
+ # This readme is copied from parent folder prior to packing
17
+ README.MD
Original file line number Diff line number Diff line change 19
19
"build:source" : " bob build" ,
20
20
"build:defs" : " api-extractor run --local --verbose" ,
21
21
"build:doc" : " api-documenter markdown --input-folder temp --output-folder ../docs" ,
22
- "prepublish" : " npm run build"
22
+ "prepublish" : " npm run build" ,
23
+ "prepack" : " cp ../README.MD ./"
23
24
},
24
25
"keywords" : [
25
26
" react-native" ,
You can’t perform that action at this time.
0 commit comments