Skip to content

Commit 1bf1e90

Browse files
committed
chore: add README to package bundle
1 parent 4b627e3 commit 1bf1e90

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## [2.1.1](https://github.com/native-html/table-plugin/compare/v2.1.0...v2.1.1) (2020-10-08)
2+
13
# [2.1.0](https://github.com/native-html/table-plugin/compare/v2.0.1...v2.1.0) (2020-10-03)
24

35

table-plugin/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@
1212

1313
# Types must be bundled with api-extractor, not included in the repo
1414
/types
15+
16+
# This readme is copied from parent folder prior to packing
17+
README.MD

table-plugin/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"build:source": "bob build",
2020
"build:defs": "api-extractor run --local --verbose",
2121
"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 ./"
2324
},
2425
"keywords": [
2526
"react-native",

0 commit comments

Comments
 (0)