Skip to content
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.

Commit

Permalink
fix(build): lib folder as main
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed May 15, 2019
1 parent fd54c2d commit e1ac882
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 27 deletions.
30 changes: 4 additions & 26 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,26 +1,4 @@
src/
tests-report/
.nyc_output
.editorconfig
.gitignore
yarn-error.log
yarn.lock
.idea/
.flowconfig
flow-typed/
.eslintrc
.babelrc
test/
.eslintignore
.eslintrc.yml
.npmignore
.travis.yml
*.tmp-*
_storage/
circle.yml
travis.yml
*.md
coverage/
jest.config.js
jestEnvironment.js
Dockerfile
## npm
/*
!lib/**/*
!README.md
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Juan Picado",
"email": "[email protected]"
},
"main": "index.js",
"main": "lib/index.js",
"scripts": {
"release": "standard-version -a -s",
"pretest": "npm run lint",
Expand Down

0 comments on commit e1ac882

Please sign in to comment.