Skip to content

Commit

Permalink
fix: change dist to lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Apr 21, 2018
1 parent 122305c commit 69b052a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"lint-staged": "^7.0.4",
"rimraf": "^2.6.2"
},
"browser": "dist/vue-2-breadcrumbs.js",
"unpkg": "dist/vue-2-breadcrumbs.js",
"style": "dist/vue-2-breadcrumbs.css",
"browser": "lib/vue-2-breadcrumbs.js",
"unpkg": "lib/vue-2-breadcrumbs.js",
"style": "lib/vue-2-breadcrumbs.css",
"lint-staged": {
"{src,test}/**/*.{js,html,htm}": "eslint",
"*.md": "eslint"
Expand Down Expand Up @@ -95,7 +95,7 @@
"ignores": [
"test/**",
"tmp/**",
"dist/**",
"lib/**",
"*.{html,jpg}"
],
"rules": {
Expand Down

0 comments on commit 69b052a

Please sign in to comment.