Skip to content

Commit

Permalink
Only publish src and lib on NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Nov 18, 2018
1 parent e2c56be commit 9934c5d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
"description": "A collection of Vue component from ICIJ team",
"author": "[email protected]",
"main": "dist/lib/icij-vue-collection.umd.min.js",
"files": [
"*",
"dist/**/*"
],
"files": ["src/**/*", "dist/lib/**/*"],
"private": false,
"license": "MIT",
"scripts": {
"prepublishOnly": "yarn build",
"postpublish": "yarn deploy",
"serve": "vue-cli-service serve",
"build": "yarn build:docs && yarn build:lib",
"build:docs": "vue-cli-service build --dest dist/docs",
Expand Down

0 comments on commit 9934c5d

Please sign in to comment.