Skip to content

Commit

Permalink
fix: main and unpkg and module fields closes #12 closes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Aug 12, 2018
1 parent 9204ff3 commit e61155e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"version": "0.1.0",
"description": "Vue.js Page Builder",
"author": "Abdelrahman Ismail <abdelrahman3d@gmail.com>",
"unpkg": "dist/builder.min.js",
"main": "dist/builder.js",
"module": "dist/vuse.esm.js",
"unpkg": "dist/vuse.min.js",
"main": "dist/vuse.js",
"scripts": {
"webpack:build": "webpack --config scripts/webpack.config.js --mode development",
"webpack:dev": "webpack-dev-server --config scripts/webpack.config.js --mode development --hot --inline",
Expand Down Expand Up @@ -75,6 +76,10 @@
"sortablejs": "^1.6.1"
},
"license": "MIT",
"files": [
"dist/*.js",
"dist/*.css"
],
"keywords": [
"page-builder",
"vuejs",
Expand Down

0 comments on commit e61155e

Please sign in to comment.