-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #112 from unfoldingWord/fix-publish-cn
fix npm publish package
- Loading branch information
Showing
2 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,23 @@ | ||
# We don't need any of the demo stuff in the NPM package | ||
./src/demos/ | ||
src/demos | ||
|
||
# We don't need the testing stuff in the NPM package | ||
./cypress/ | ||
./src/__tests__/ | ||
./dist/__tests__/ | ||
cypress | ||
src/__tests__ | ||
|
||
# Nor do we need any of the styleguidist stuff from the core | ||
./styleguide.* | ||
./src/**/*.md | ||
styleguide.* | ||
src/**/*.md | ||
|
||
# Nor do we need some of the extra stuff | ||
./scripts/ | ||
./makeNoticeList.py | ||
./noticeList.txt | ||
scripts | ||
cypress.json | ||
makeNoticeList.py | ||
noticeList.txt | ||
.github | ||
bin | ||
.babelrc | ||
.eslintrc | ||
.gitattributes | ||
.travis.yml | ||
.yalcignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters