Skip to content

Commit

Permalink
Main package file is now the minified version
Browse files Browse the repository at this point in the history
  • Loading branch information
Elie Prudhomme committed May 3, 2016
1 parent bc12b55 commit 1e0b10b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
],
"scripts": {
"dev": "webpack-dev-server --inline",
"build:example": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"build": "cross-env NODE_ENV=production webpack --config build/webpack.config.min.js",
"unit": "karma start test/unit/karma.conf.js --single-run"
},
"main": "src/Avatar.vue",
"main": "dist/vue-avatar.min.js",
"dependencies": {
"vue": "^1.0.18",
"babel-runtime": "^5.8.0"
Expand All @@ -28,6 +28,7 @@
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.0.0",
"copy-webpack-plugin": "^1.1.1",
"cross-env": "^1.0.6",
"css-loader": "^0.23.0",
"file-loader": "^0.8.4",
Expand Down

0 comments on commit 1e0b10b

Please sign in to comment.