Skip to content

Commit

Permalink
fix: add dist folder to file list
Browse files Browse the repository at this point in the history
  • Loading branch information
therufa committed Jul 4, 2019
1 parent cd52cc1 commit 4fec329
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.2.19",
"description": "Material Design Icons for Vue.js",
"main": "./dist/index.js",
"files": ["./dist/"],
"directories": {
"lib": "./dist/"
},
Expand All @@ -29,7 +30,7 @@
"scripts": {
"clean": "rm -rf build dist",
"prebuild": "git submodule update --init && npm run clean && mkdir build dist",
"build": "node build.js && babel build --out-dir dist && cp *LICENSE dist && cp *.md dist",
"build": "node build.js && babel build --out-dir dist && rimraf build",
"release": "node ./node_modules/.bin/standard-version"
},
"dependencies": {
Expand All @@ -43,6 +44,7 @@
"babel-register": "^6.24.1",
"json-format": "^1.0.1",
"lodash": "^4.17.4",
"rimraf": "^2.6.3",
"standard-version": "^4.2.0"
}
}

0 comments on commit 4fec329

Please sign in to comment.