Skip to content

Commit

Permalink
Merge pull request #112 from unfoldingWord/fix-publish-cn
Browse files Browse the repository at this point in the history
fix npm publish package
  • Loading branch information
RobH123 authored Jan 1, 2021
2 parents 4eb8974 + 9564a74 commit ff13706
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
25 changes: 16 additions & 9 deletions .npmignore
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
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@
"not op_mini all"
],
"main": "dist/index.js",
"files": [
"dist/*"
],
"jest": {
"collectCoverageFrom": [
"src/core/**.{js,jsx,ts}",
Expand Down

0 comments on commit ff13706

Please sign in to comment.