Skip to content

Commit

Permalink
Updated configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
codebryo committed Sep 26, 2017
1 parent 478b2f5 commit e7e8ece
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .npmignore
@@ -0,0 +1,7 @@
assets/
examples/
src/
.babelrc
index.html
webpack.config.js
yarn.lock
10 changes: 7 additions & 3 deletions package.json
@@ -1,8 +1,12 @@
{
"name": "messagist",
"version": "0.1",
"name": "vue-messagist",
"version": "0.1.0",
"description": "Configurable interface for conversational user engagement",
"main": "index.js",
"main": "dist/messagist.js",
"files": [
"dist/*.js",
"dist/*.map"
],
"repository": "https://github.com/codebryo/messagist.git",
"author": "Roman Kuba <roman.kuba@gmail.com>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions webpack.config.js
Expand Up @@ -8,8 +8,8 @@ module.exports = {
publicPath: '/dist/',
filename: 'messagist.js',
library: 'Messagist',
libraryExport: "default",
libraryTarget: 'var'
libraryExport: 'default',
libraryTarget: 'umd'
},
module: {
rules: [
Expand Down

0 comments on commit e7e8ece

Please sign in to comment.