Skip to content

Commit

Permalink
Due to a bug in yarn publish, using .npmignore instead of "files".
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Apr 26, 2020
1 parent 0143464 commit 252f988
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*
!dist/*
!src/vue-horizontal-list.vue
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-horizontal-list",
"version": "1.0.0",
"version": "1.0.5",
"description": "A pure vue ssr friendly horizontal list implementation.",
"author": "Fuxing Loh",
"repository": {
Expand All @@ -20,11 +20,6 @@
"main": "dist/vue-horizontal-list.ssr.js",
"module": "dist/vue-horizontal-list.esm.js",
"unpkg": "dist/vue-horizontal-list.min.js",
"files": [
"dist/*",
"src/**/*.vue",
"!src/serve-dev.*"
],
"scripts": {
"serve": "vue-cli-service serve src/serve-dev.js",
"build": "cross-env NODE_ENV=production rollup --config build/rollup.config.js",
Expand Down

0 comments on commit 252f988

Please sign in to comment.