Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed files #15

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@
"plop": "plop --plopfile plop/plopfile.js",
"start": "SHADOW_CSS=true vue-cli-service storybook:serve -p 6006 -c config/storybook",
"storybook:build": "SHADOW_CSS=true vue-cli-service storybook:build -c config/storybook",
"prepublish": "npm run build",
"styleguide": "vue-cli-service styleguidist",
"styleguide:build": "vue-cli-service styleguidist:build"
},
"main": "./dist/ltd.min.js",
"files": [
"./dist/**/*.js",
"dist/**/*.min.js",
"dist/**/*.min.js.map",
"package.json",
"./**/*.md"
"readme.md"
],
"license": "MIT",
"peerDependencies": {
Expand Down