Skip to content

Commit

Permalink
Define files to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
reneviering committed Nov 28, 2016
1 parent 2a250cb commit 81c5f48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.spec.js
/core/__mocks__
/core/__tests__
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
"repository": "micromata/vanilla-ui-router",
"main": "index.js",
"files": [
"dist"
"dist",
"core",
"index.js"
],
"private": true,
"scripts": {
"test": "jest --coverage",
"test:dev": "jest --watch",
Expand Down

0 comments on commit 81c5f48

Please sign in to comment.