Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
chore(npm): Only pulish files that are really needed
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp committed Mar 5, 2018
1 parent ca98be6 commit 734d456
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ script:
- yarn build:es5
- yarn build:prod
after_script: greenkeeper-lockfile-upload
before_deploy:
- cd dist
deploy:
- provider: pages
skip_cleanup: true
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"url": "https://github.com/matsp/material-components-vue.git"
},
"homepage": "https://matsp.github.io/material-components-vue",
"files": ["dist"],
"scripts": {
"lint": "eslint --ext .js --ext .vue --fix ./",
"build:dev": "webpack --config webpack.config.dev.js",
Expand Down

0 comments on commit 734d456

Please sign in to comment.